mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 15:25:35 +08:00
UX: fix overflow of long site text site names in the header (#26450)
This commit is contained in:
parent
c3e6e9cfdd
commit
fa6e275ad9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user