Fix stacked sitename that, contra spec, Chrome was breaking words
This commit is contained in:
parent
cc07c57044
commit
0ffb226355
1 changed files with 2 additions and 3 deletions
|
@ -4,11 +4,10 @@
|
|||
|
||||
.site-title {
|
||||
display: inline-block;
|
||||
width: 4.5em;
|
||||
width: 4.6em;
|
||||
word-break: keep-all; // Shouldn't be needed but Chrome needs it.
|
||||
font-size: 37px;
|
||||
line-height: 38px;
|
||||
position: relative;
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
.user-account-menu li {
|
||||
|
|
Loading…
Add table
Reference in a new issue