Add some space between submit button and the silence JSON preview

This commit is contained in:
Łukasz Mierzwa
2017-04-26 14:17:33 -07:00
parent 47b245efcf
commit aed3cf1f29
2 changed files with 5 additions and 2 deletions

View File

@@ -449,6 +449,9 @@ table.silence-duration-table > tbody > tr > td.silence-duration-label {
vertical-align: bottom;
line-height: 2em;
}
#silenceJSON {
margin-top: 6px;
}
a[aria-expanded=true] .fa-chevron-right {
display: none;

File diff suppressed because one or more lines are too long