User:Sylvia/citizen.css: Difference between revisions
m (Testing) |
mNo edit summary |
||
Line 9: | Line 9: | ||
.mw-logo-wordmark { | .mw-logo-wordmark { | ||
color: red; | color: red; | ||
white-space: nowrap; | white-space: nowrap; | ||
overflow: hidden; | overflow: hidden; | ||
text-overflow: ellipsis; | text-overflow: ellipsis; | ||
} | } |
Revision as of 20:12, 15 December 2024
html, body { overflow-x: hidden; } .citizen-drawer__header { max-width: 100%; overflow: hidden; } .mw-logo-wordmark { color: red; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }