hyphenate blocked-info in FF
This commit is contained in:
parent
90ab2959a6
commit
320ea3485a
|
@ -49,6 +49,8 @@ navigator.userAgent.includes('Firefox') && setTimeout(() => {
|
|||
sizes: size + 'x' + size,
|
||||
}));
|
||||
}
|
||||
// set hyphenation language
|
||||
document.documentElement.setAttribute('lang', chrome.i18n.getUILanguage());
|
||||
});
|
||||
|
||||
|
||||
|
|
|
@ -408,6 +408,10 @@ body.blocked .actions > .left-gutter {
|
|||
border-bottom: 1px solid black;
|
||||
}
|
||||
|
||||
.blocked-info {
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
.blocked-info label {
|
||||
padding: 5px 0;
|
||||
display: block;
|
||||
|
|
Loading…
Reference in New Issue
Block a user