mirror of https://github.com/zulip/zulip.git
settings: Make sure sorting arrows are visible correctly.
This commit adds right padding, approximately equal to the size of the sorting arrow, to the table headers which show sorting arrows to make sure that arrows are visible clearly at different font sizes and in different text languages.
This commit is contained in:
parent
5e5633b5ee
commit
ebf9105a51
|
@ -740,6 +740,10 @@ div.overlay {
|
|||
background-color: hsl(0deg 0% 100%);
|
||||
word-break: normal;
|
||||
|
||||
&[data-sort] {
|
||||
padding-right: 0.88em;
|
||||
}
|
||||
|
||||
&.active::after,
|
||||
&[data-sort]:hover::after {
|
||||
content: " \f0d8";
|
||||
|
|
Loading…
Reference in New Issue