mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Removed floating of filters in ReportAdmin
Too complex to visualize, overflow on container was cropping TreeDropdownField etc.
This commit is contained in:
parent
16eff71a7f
commit
c2fea77f58
@ -19,18 +19,11 @@
|
|||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ReportAdmin .filters {
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ReportAdmin .filters .field {
|
.ReportAdmin .filters .field {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ReportAdmin .filters > .field {
|
.ReportAdmin .filters > .field {
|
||||||
float: left;
|
|
||||||
clear: none;
|
|
||||||
margin-right: 1em;
|
|
||||||
margin-bottom: .5em;
|
margin-bottom: .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user