Browse Source

Fix cells with inline icons (#2022)

Co-authored-by: Bartłomiej Gawęda <[email protected]>
BG-Software 8 months ago
parent
commit
507df7b6fc
2 changed files with 6 additions and 2 deletions
  1. 5 0
      .changeset/sixty-spoons-move.md
  2. 1 2
      src/scss/ui/_type.scss

+ 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;
 }