Selaa lähdekoodia

Fix cells with inline icons (#2022)

Co-authored-by: Bartłomiej Gawęda <[email protected]>
BG-Software 8 kuukautta sitten
vanhempi
commit
507df7b6fc
2 muutettua tiedostoa jossa 6 lisäystä ja 2 poistoa
  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;
 }