hyphenate blocked-info in FF

This commit is contained in:
tophf 2017-08-27 12:56:54 +03:00
parent 90ab2959a6
commit 320ea3485a
2 changed files with 6 additions and 0 deletions

View File

@ -49,6 +49,8 @@ navigator.userAgent.includes('Firefox') && setTimeout(() => {
sizes: size + 'x' + size, sizes: size + 'x' + size,
})); }));
} }
// set hyphenation language
document.documentElement.setAttribute('lang', chrome.i18n.getUILanguage());
}); });

View File

@ -408,6 +408,10 @@ body.blocked .actions > .left-gutter {
border-bottom: 1px solid black; border-bottom: 1px solid black;
} }
.blocked-info {
hyphens: auto;
}
.blocked-info label { .blocked-info label {
padding: 5px 0; padding: 5px 0;
display: block; display: block;