Fix stacked sitename that, contra spec, Chrome was breaking words

This commit is contained in:
Benjamin Melançon 2019-08-19 10:45:25 -04:00
parent cc07c57044
commit 0ffb226355

View file

@ -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 {