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

View File

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

View File

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