[Lens] Fix delete button position in dimension panel for long labels (#69495)

This commit is contained in:
Marta Bondyra 2020-06-26 09:50:13 +02:00 committed by GitHub
parent 67e48527e7
commit 8448ae8b4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -1,9 +1,11 @@
.lnsDimensionPopover {
line-height: 0;
flex-grow: 1;
max-width: calc(100% - #{$euiSizeL});
}
.lnsDimensionPopover__trigger {
max-width: 100%;
display: block;
word-break: break-word;
}

View file

@ -29,6 +29,7 @@
.lnsFieldItem__name {
margin-left: $euiSizeS;
flex-grow: 1;
word-break: break-word;
}
.lnsFieldListPanel__fieldIcon,