Fix .error alignment since linter is remaining

This commit is contained in:
narcolepticinsomniac 2018-07-05 18:12:36 -04:00 committed by GitHub
parent 5c6b772bb5
commit 1888b7aa64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -381,7 +381,7 @@ body[data-match-highlight="selection"] .CodeMirror-selection-highlight-scrollbar
}
.applies-to label {
display: flex;
padding: 0;
padding: 0;
height: 22px;
align-items: center;
margin: 0 .2em 0 0;
@ -789,6 +789,9 @@ html:not(.usercss) .usercss-only,
padding: 0;
}
#actions {
display: flex;
flex-wrap: wrap;
white-space: nowrap;
padding: 0 1rem;
margin: 0;
box-sizing: border-box;
@ -816,11 +819,6 @@ html:not(.usercss) .usercss-only,
#basic-info #name {
flex-grow: 1;
}
#actions {
display: flex;
flex-wrap: wrap;
white-space: nowrap;
}
#options-wrapper {
display: flex;
flex-wrap: wrap;
@ -846,6 +844,10 @@ html:not(.usercss) .usercss-only,
position: static;
margin-bottom: 0;
}
#lint tbody {
display: flex;
flex-direction: column;
}
#options summary {
margin-left: 0;
padding-left: 4px;