Skip to content

Commit

Permalink
Remove fixed height for batch actions
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkepaul committed Oct 27, 2016
1 parent 18e72c9 commit a0f10c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion admin/client/dist/styles/bundle.css
Expand Up @@ -15433,7 +15433,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{
Expand Down
1 change: 0 additions & 1 deletion admin/client/src/components/Toolbar/Toolbar.scss
Expand Up @@ -3,7 +3,6 @@
.toolbar--content,
.toolbar--south {
@include make-container();
height: $toolbar-total-height;

.btn-toolbar {
// TODO Remove '.cms .btn-toolbar' override
Expand Down

0 comments on commit a0f10c8

Please sign in to comment.