Do not hide <br> elements in .msg_*
As much as I hate these, but this was not a good idea in hindsight. References #287
This commit is contained in:
parent
4030c2ffb0
commit
02cf5a3f29
@ -2345,11 +2345,7 @@ label .perm_name,
|
||||
.no-js #category_filter,
|
||||
.js .additional_info,
|
||||
.js .installer .icon-info-circled,
|
||||
.hidden,
|
||||
.msg_error > br,
|
||||
.msg_success > br,
|
||||
.msg_notice > br,
|
||||
.msg_hint > br {
|
||||
.hidden {
|
||||
display: none !important;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user