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
3139406884
commit
74776bd76c
@ -2343,11 +2343,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