Skip to content

Commit

Permalink
[misc] fix prepend/append bug
Browse files Browse the repository at this point in the history
- wasn't introduced in this PR but in the previous EuiFormLayout one - might as well fix it while we're here
  • Loading branch information
cee-chen committed Aug 19, 2024
1 parent 58f3255 commit da050fc
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@ export const euiFormControlLayoutSideNodeStyles = (
gap: ${euiTheme.size.xs};
background-color: ${form.appendPrependBackground};
& > * {
flex-shrink: 0;
overflow: hidden;
text-overflow: ellipsis;
}
/* Overrides */
${buttons} {
Expand Down

0 comments on commit da050fc

Please sign in to comment.