Skip to content

Commit 694fc2a

Browse files
authored
[Table Vis] Fix visualization overflow (#62630) (#63119)
* Fix data table vis overflowing * Change overflow to hidden
1 parent 4aef4c7 commit 694fc2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/vis_default_editor/public/_default.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
display: flex;
7373
flex-basis: 100%;
7474
flex: 1;
75+
overflow: hidden;
7576

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

0 commit comments

Comments
 (0)