Skip to content

Commit

Permalink
Add nowrap to step number.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed May 2, 2023
1 parent 3c9da2c commit 272b5b7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ const StyleForStepStatus = ({
<EuiText
css={{
fontWeight: euiTheme.font.weight.bold,
whiteSpace: 'nowrap',
}}
size={textSize}
color={euiTheme.colors[getTextColorForMonitorStatus(status)] as CSSProperties['color']}
Expand Down

0 comments on commit 272b5b7

Please sign in to comment.