UX: Reduce font-size of sidebar section link suffix icon (#17919)
This commit is contained in:
parent
5a271fdc90
commit
6c13d82630
|
@ -35,6 +35,10 @@
|
|||
margin-left: auto;
|
||||
}
|
||||
|
||||
.sidebar-section-link-suffix {
|
||||
font-size: var(--font-down-1);
|
||||
}
|
||||
|
||||
.sidebar-section-link-content-text {
|
||||
@include ellipsis;
|
||||
|
||||
|
|
Loading…
Reference in New Issue