UX: removes bottom margins from inputs in admin controls
This commit is contained in:
parent
2144009520
commit
8d6ccde402
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue