Fix layout of .query-columns in the latest Redmine

This commit is contained in:
mrliptontea
2017-09-05 21:34:02 +01:00
parent db2ae70ba1
commit 4a5ec23be5
2 changed files with 20 additions and 1 deletions

View File

@@ -152,12 +152,31 @@ p.buttons {
.query-columns {
select {
width: auto !important; // scss-lint:disable ImportantRule
min-width: 130px;
}
@at-root span#{&} {
> span {
display: inline-block;
height: 100%;
vertical-align: middle;
}
label {
display: block;
margin-bottom: $line-height-computed / 2;
}
}
.buttons {
vertical-align: middle;
br {
display: none;
}
input[type="button"] {
display: block;
width: 32px;
margin-bottom: 4px;
padding-right: 1px;

File diff suppressed because one or more lines are too long