UX: Fix cut-off accents in sidebar headings (#18349)

This commit is contained in:
Keegan George 2022-09-23 17:18:58 -07:00 committed by GitHub
parent 61c5916b2c
commit a446be1069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,7 @@
.sidebar-section-header-text {
font-weight: bold;
line-height: normal;
margin-right: 0.25em;
@include ellipsis;
}