Add max width (#14663)

This commit is contained in:
Geido 2021-05-18 01:31:09 +03:00 committed by GitHub
parent 7a050c59e4
commit 9a9f093e63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ export default function Label(props: LabelProps) {
padding: '0.35em 0.8em',
lineHeight: 1,
color,
maxWidth: '100%',
'&:hover': {
backgroundColor: backgroundColorHover,
borderColor: borderColorHover,