mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Remove fixed height for batch actions
This commit is contained in:
parent
2daca4ebc6
commit
50f0c1f37c
1
admin/client/dist/styles/bundle.css
vendored
1
admin/client/dist/styles/bundle.css
vendored
@ -15444,7 +15444,6 @@ div.grid-field__sort-field+.form__fieldgroup-item{
|
||||
margin-right:auto;
|
||||
padding-left:1.5385rem;
|
||||
padding-right:1.5385rem;
|
||||
height:53px;
|
||||
}
|
||||
|
||||
.toolbar--content .btn-toolbar,.toolbar--north .btn-toolbar,.toolbar--south .btn-toolbar,.toolbar .btn-toolbar{
|
||||
|
@ -3,7 +3,6 @@
|
||||
.toolbar--content,
|
||||
.toolbar--south {
|
||||
@include make-container();
|
||||
height: $toolbar-total-height;
|
||||
|
||||
.btn-toolbar {
|
||||
// TODO Remove '.cms .btn-toolbar' override
|
||||
|
Loading…
x
Reference in New Issue
Block a user