Refine large table sort icons
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user