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