Remove soft-hyphens in popup. Closes #562
This commit is contained in:
parent
62b201c6f6
commit
df2b08a75a
|
@ -554,7 +554,8 @@ body.blocked .actions > .main-controls {
|
|||
}
|
||||
|
||||
.blocked-info {
|
||||
hyphens: auto;
|
||||
hyphens: none;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.blocked-info label {
|
||||
|
|
Loading…
Reference in New Issue
Block a user