Skip to content

Commit

Permalink
Merge pull request #688 from open-sausages/pulls/1.3/cleaning-the-cob…
Browse files Browse the repository at this point in the history
…webs

Fix long gridfield actions overflowing
  • Loading branch information
Luke Edwards committed Oct 16, 2018
2 parents 44912f2 + 3d3c407 commit 8727629
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions client/src/components/GridFieldActions/GridFieldActions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@
display: inline-flex;
margin: -.5em 0;
}

.gridfield-actionmenu__container .action-menu__dropdown {
// Override position rules as they cause overflow
// !important is needed to override inline style added by js
left: auto !important; // sass-lint:disable-line no-important
right: auto;
}

0 comments on commit 8727629

Please sign in to comment.