Refine large table sort icons

This commit is contained in:
2026-06-04 18:05:10 +02:00
parent 9f6745d044
commit 8b0b508d24
+3 -3
View File
@@ -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;
}