Fix bugs with show warnings and some html escaping
This commit is contained in:
@@ -306,3 +306,9 @@
|
||||
color: #e74c3c;
|
||||
cursor: pointer;
|
||||
}
|
||||
.warningsFilterOn > div {
|
||||
display: none;
|
||||
}
|
||||
.warningsFilterOn > div.warning {
|
||||
display: table-row;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user