Fix sort chevron overlapping column label. Closes #2154
This commit is contained in:
parent
da7527e384
commit
3ca236f057
1 changed files with 2 additions and 2 deletions
|
@ -184,6 +184,7 @@
|
||||||
margin-inline-start: 10px;
|
margin-inline-start: 10px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
flex: 1;
|
||||||
}
|
}
|
||||||
&:first-child .label {
|
&:first-child .label {
|
||||||
margin-inline-start: 4px;
|
margin-inline-start: 4px;
|
||||||
|
@ -200,8 +201,7 @@
|
||||||
.sort-indicator {
|
.sort-indicator {
|
||||||
-moz-appearance: toolbarbutton-dropdown;
|
-moz-appearance: toolbarbutton-dropdown;
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
margin-right: 10px;
|
||||||
right: 10px;
|
|
||||||
|
|
||||||
&.ascending {
|
&.ascending {
|
||||||
transform: rotate(180deg);
|
transform: rotate(180deg);
|
||||||
|
|
Loading…
Add table
Reference in a new issue