Skip to content

Commit

Permalink
[Table Vis] Fix visualization overflow (elastic#62630) (elastic#63119)
Browse files Browse the repository at this point in the history
* Fix data table vis overflowing

* Change overflow to hidden
  • Loading branch information
sulemanof authored Apr 9, 2020
1 parent 4aef4c7 commit 694fc2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/vis_default_editor/public/_default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
display: flex;
flex-basis: 100%;
flex: 1;
overflow: hidden;

@include euiBreakpoint('xs', 's', 'm') {
// If we are on a small screen we force the visualization to take 100% width.
Expand Down

0 comments on commit 694fc2a

Please sign in to comment.