Skip to content

Commit

Permalink
Fix vislib legend entry width (#33303) (#33383)
Browse files Browse the repository at this point in the history
* Fix vislib legend entry width

* Remove max-width
  • Loading branch information
timroes authored Mar 25, 2019
1 parent 4147d46 commit d66375a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/legacy/ui/public/vis/vis_types/_vislib_vis_legend.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ $visLegendLineHeight: $euiSize;
position: relative; /* 1 */

> * {
max-width: 100%; // Needed for truncation (dom element has no class)
width: 100%;
}

&.disabled {
Expand Down

0 comments on commit d66375a

Please sign in to comment.