Skip to content

Commit

Permalink
[Lens] Fix delete button position in dimension panel for long labels (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mbondyra authored Jun 26, 2020
1 parent 67e4852 commit 8448ae8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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;
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
.lnsFieldItem__name {
margin-left: $euiSizeS;
flex-grow: 1;
word-break: break-word;
}

.lnsFieldListPanel__fieldIcon,
Expand Down

0 comments on commit 8448ae8

Please sign in to comment.