Remove soft-hyphens in popup. Closes #562

This commit is contained in:
Rob Garrison 2018-11-19 09:07:14 -06:00
parent 62b201c6f6
commit df2b08a75a

View File

@ -554,7 +554,8 @@ body.blocked .actions > .main-controls {
}
.blocked-info {
hyphens: auto;
hyphens: none;
word-wrap: break-word;
}
.blocked-info label {