UX: fix overflow of long site text site names in the header (#26450)

This commit is contained in:
Kris 2024-04-01 18:17:14 -04:00 committed by GitHub
parent c3e6e9cfdd
commit fa6e275ad9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,6 +60,7 @@
min-width: var(--d-logo-height);
a,
a:visited {
min-width: 0;
color: var(--header_primary);
}
@ -77,6 +78,10 @@
object-fit: contain;
}
.home-logo-wrapper-outlet {
overflow: hidden;
}
#site-text-logo {
margin: 0;
@include ellipsis;