From 8b0b508d24aed30d21ee32f4393243c97b7522e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Thu, 4 Jun 2026 18:05:10 +0200 Subject: [PATCH] Refine large table sort icons --- styles/42-components-data-display.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles/42-components-data-display.css b/styles/42-components-data-display.css index c2ae068..0e5f4fc 100644 --- a/styles/42-components-data-display.css +++ b/styles/42-components-data-display.css @@ -104,8 +104,8 @@ .sg-large-table__sort-button { display: flex; align-items: center; - justify-content: space-between; - gap: var(--spacing-small); + justify-content: flex-start; + gap: 0.15rem; width: 100%; padding: 0 var(--spacing-small); border: var(--border-none); @@ -124,6 +124,6 @@ .sg-large-table__sort-icon { flex: 0 0 auto; - font-size: 0.85em; + font-size: 1.05em; line-height: 1; }