manager: limit visibility summary width, to keep space for page title (#39089)

This commit is contained in:
Frédéric Péters 2020-01-18 22:57:59 +01:00
parent 0069c0495a
commit 8556759486
1 changed files with 4 additions and 0 deletions

View File

@ -92,6 +92,10 @@ div.page span.visibility-summary {
vertical-align: middle;
}
div.page span.visibility-summary {
max-width: 50%;
}
div.cell h3 span.visibility-summary::before,
div.page span.visibility-summary::before {
content: "\f06e"; /* fa-eye */