mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Table Vis] Fix visualization overflow (#62630)
* Fix data table vis overflowing * Change overflow to hidden
This commit is contained in:
parent
6b5cbd562f
commit
abe3ccf1cc
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue