From 507df7b6fc5a36e421610e4e381fed9181f27351 Mon Sep 17 00:00:00 2001 From: BG-Software <73077398+BG-Software-BG@users.noreply.github.com> Date: Wed, 1 Jan 2025 15:59:35 +0100 Subject: [PATCH] Fix cells with inline icons (#2022) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartłomiej Gawęda --- .changeset/sixty-spoons-move.md | 5 +++++ src/scss/ui/_type.scss | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .changeset/sixty-spoons-move.md diff --git a/.changeset/sixty-spoons-move.md b/.changeset/sixty-spoons-move.md new file mode 100644 index 000000000..3c902058b --- /dev/null +++ b/.changeset/sixty-spoons-move.md @@ -0,0 +1,5 @@ +--- +"@tabler/core": patch +--- + +Fix cells with inline icons diff --git a/src/scss/ui/_type.scss b/src/scss/ui/_type.scss index 28334bda0..0442ee497 100644 --- a/src/scss/ui/_type.scss +++ b/src/scss/ui/_type.scss @@ -136,8 +136,7 @@ kbd, border-radius: $kbd-border-radius; } -img, -svg { +img { max-width: 100%; height: auto; }