2
0
Эх сурвалжийг харах

Fix cells with inline icons (#2022)

Co-authored-by: Bartłomiej Gawęda <[email protected]>
BG-Software 8 сар өмнө
parent
commit
507df7b6fc

+ 5 - 0
.changeset/sixty-spoons-move.md

@@ -0,0 +1,5 @@
+---
+"@tabler/core": patch
+---
+
+Fix cells with inline icons

+ 1 - 2
src/scss/ui/_type.scss

@@ -136,8 +136,7 @@ kbd,
   border-radius: $kbd-border-radius;
 }
 
-img,
-svg {
+img {
   max-width: 100%;
   height: auto;
 }