Fix layout of .query-columns in the latest Redmine
This commit is contained in:
@@ -152,12 +152,31 @@ p.buttons {
|
|||||||
.query-columns {
|
.query-columns {
|
||||||
select {
|
select {
|
||||||
width: auto !important; // scss-lint:disable ImportantRule
|
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 {
|
.buttons {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
||||||
|
br {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
input[type="button"] {
|
input[type="button"] {
|
||||||
|
display: block;
|
||||||
width: 32px;
|
width: 32px;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
padding-right: 1px;
|
padding-right: 1px;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user