Skip to content

Commit

Permalink
Make popover button overflow later
Browse files Browse the repository at this point in the history
Signed-off-by: Miki <[email protected]>
  • Loading branch information
AMoo-Miki committed Aug 10, 2024
1 parent 9a4e1fe commit ddb9c3d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
overflow: hidden;
text-overflow: ellipsis;
width: auto;
max-width: 18ch;
max-width: 32ch;
font-size: $euiFontSizeXS !important;
border: 0;
margin: -1px;
Expand All @@ -68,7 +68,7 @@

.dataSourceMenuPopoverButton:not([class*="isDisabled"]) > & {
padding-right: $rightIconWidth + $rightIconSpace;
max-width: calc(18ch + $rightIconWidth + $rightIconSpace);
max-width: calc(32ch + $rightIconWidth + $rightIconSpace);
}

// stylelint-disable-next-line @osd/stylelint/no_modifying_global_selectors
Expand Down

0 comments on commit ddb9c3d

Please sign in to comment.