Skip to content

Commit

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

* Change overflow to hidden
  • Loading branch information
sulemanof committed Apr 9, 2020
1 parent 211d28a commit 2be23f8
Showing 1 changed file with 1 addition and 0 deletions.
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 2be23f8

Please sign in to comment.