mirror of
https://github.com/discourse/discourse.git
synced 2025-05-09 04:33:06 +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);
|
min-width: var(--d-logo-height);
|
||||||
a,
|
a,
|
||||||
a:visited {
|
a:visited {
|
||||||
|
min-width: 0;
|
||||||
color: var(--header_primary);
|
color: var(--header_primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -77,6 +78,10 @@
|
|||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.home-logo-wrapper-outlet {
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
#site-text-logo {
|
#site-text-logo {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@include ellipsis;
|
@include ellipsis;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user