mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-31 05:03:21 +08:00
Restore white-space: nowrap
This commit is contained in:
parent
bb9d703248
commit
9240590732
@ -11,6 +11,7 @@ const Label = styled.label(({ theme }) => ({
|
||||
marginBottom: 8,
|
||||
display: 'inline-block',
|
||||
position: 'relative',
|
||||
whiteSpace: 'nowrap',
|
||||
background: `${opacify(0.05, theme.appBorderColor)}`,
|
||||
borderRadius: '3em',
|
||||
padding: 1,
|
||||
|
Loading…
x
Reference in New Issue
Block a user