UX: Properly size emoji in sidebar section link text (#17610)
This commit is contained in:
parent
a626b99a50
commit
b4b339b059
|
@ -34,6 +34,11 @@
|
||||||
.sidebar-section-link-content-text {
|
.sidebar-section-link-content-text {
|
||||||
@include ellipsis;
|
@include ellipsis;
|
||||||
|
|
||||||
|
.emoji {
|
||||||
|
width: 15px;
|
||||||
|
height: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
.badge-wrapper {
|
.badge-wrapper {
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue