Merge pull request #6649 from open-sausages/pulls/4.0/search-close

Revisit close button overlap
This commit is contained in:
Damian Mooyman 2017-02-24 14:22:19 +13:00 committed by GitHub
commit ec1446ef93
2 changed files with 8 additions and 0 deletions

View File

@ -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;
}

View File

@ -105,3 +105,7 @@
margin-right: 5px;
}
}
.toolbar__navigation {
position: relative;
}