Restore white-space: nowrap

This commit is contained in:
Gert Hengeveld 2020-09-19 16:22:06 +02:00 committed by GitHub
parent bb9d703248
commit 9240590732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,