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 82c1ca8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ export const euiFormControlLayoutSideNodeStyles = (
${text} {
/* Override .euiFormLabel CSS */
cursor: default;
overflow: hidden;
text-overflow: ellipsis;
}
/* Account for button padding when spacing children */
Expand All @@ -152,6 +154,7 @@ export const euiFormControlLayoutSideNodeStyles = (
}
.euiButtonIcon {
flex-shrink: 0;
${logicalCSS('width', euiTheme.size.xl)}
}
`,
Expand All @@ -166,6 +169,7 @@ export const euiFormControlLayoutSideNodeStyles = (
}
.euiButtonIcon {
flex-shrink: 0;
${logicalCSS('width', euiTheme.size.xl)}
}
`,
Expand Down

0 comments on commit 82c1ca8

Please sign in to comment.