[Table Vis] Fix visualization overflow (#62630)

* Fix data table vis overflowing

* Change overflow to hidden
This commit is contained in:
Daniil Suleiman 2020-04-09 17:00:45 +03:00 committed by GitHub
parent 6b5cbd562f
commit abe3ccf1cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.