diff --git a/src/components/Banner.tsx b/src/components/Banner.tsx index b5ba853f3b98a..552166952f768 100644 --- a/src/components/Banner.tsx +++ b/src/components/Banner.tsx @@ -90,11 +90,11 @@ function Banner({ styles.p5, styles.borderRadiusNormal, shouldHighlight ? styles.activeComponentBG : styles.hoveredComponentBG, - styles.breakAll, + styles.breakWord, containerStyles, ]} > - + {shouldShowIcon && !!displayIcon && ( ) : ( @@ -121,7 +121,7 @@ function Banner({ {shouldShowButton && (