[Lens] Avoid row overflowing toolbar popover on metric visualizations (#126704)

* 💄 Increase popover width just enough

* Update x-pack/plugins/lens/public/shared_components/toolbar_popover.scss
This commit is contained in:
Marco Liberati 2022-03-03 17:49:17 +01:00 committed by GitHub
parent a70a170037
commit ac046c542c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,3 @@
.lnsVisToolbar__popover {
width: 365px;
width: 404px;
}