Ellipsize titles on error pages
This commit is contained in:
parent
1df4edab1d
commit
d81c80edb2
1 changed files with 3 additions and 0 deletions
|
@ -37,6 +37,9 @@ icon {
|
|||
h1 {
|
||||
font-size: 1.4em;
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
#logo {
|
||||
|
|
Loading…
Reference in a new issue