UX: removes bottom margins from inputs in admin controls

This commit is contained in:
Joe 2018-09-20 00:32:41 +08:00 committed by GitHub
parent 2144009520
commit 8d6ccde402
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -555,6 +555,7 @@ $mobile-breakpoint: 700px;
}
input {
margin-right: 5px;
margin-bottom: 0;
@include breakpoint(tablet) {
max-width: 150px;
}
@ -625,9 +626,6 @@ $mobile-breakpoint: 700px;
display: inline-block;
margin-right: 5px;
}
#last-seen input[type="text"] {
margin-bottom: 0;
}
.pull-right {
padding-right: 10px;
}