1
0
mirror of https://github.com/tabler/tabler.git synced 2026-06-17 12:50:03 +04:00

Fix cells with inline icons (#2022)

Co-authored-by: Bartłomiej Gawęda <bgaweda@abis.krakow.pl>
This commit is contained in:
BG-Software
2025-01-01 15:59:35 +01:00
committed by GitHub
parent 867c8dd520
commit 507df7b6fc
2 changed files with 6 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@tabler/core": patch
---
Fix cells with inline icons
+1 -2
View File
@@ -136,8 +136,7 @@ kbd,
border-radius: $kbd-border-radius; border-radius: $kbd-border-radius;
} }
img, img {
svg {
max-width: 100%; max-width: 100%;
height: auto; height: auto;
} }