mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #6649 from open-sausages/pulls/4.0/search-close
Revisit close button overlap
This commit is contained in:
commit
ec1446ef93
4
admin/client/dist/styles/bundle.css
vendored
4
admin/client/dist/styles/bundle.css
vendored
@ -15778,6 +15778,10 @@ div.grid-field__sort-field+.form__fieldgroup-item{
|
||||
margin-right:5px;
|
||||
}
|
||||
|
||||
.toolbar__navigation{
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.nav-tabs{
|
||||
margin-bottom:1.5385rem;
|
||||
}
|
||||
|
@ -105,3 +105,7 @@
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.toolbar__navigation {
|
||||
position: relative;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user