Adjust margin between entity issues

This commit is contained in:
Quincy Morgan
2019-05-02 15:03:45 -07:00
parent bd4dda99c5
commit 10d5c627d6
+1 -4
View File
@@ -3368,11 +3368,8 @@ button.autofix.action.active {
.entity-issues .issue-container.active .issue-label .issue-text {
font-weight: bold;
}
.entity-issues .issue-container:not(:first-of-type) {
margin-top: 1px;
}
.entity-issues .issue-container:not(:last-of-type) {
margin-bottom: 1px;
margin-bottom: 5px;
}
.entity-issues .issue-container.active:not(:first-of-type) {
margin-top: 10px;