Add max width (#14663)
This commit is contained in:
parent
7a050c59e4
commit
9a9f093e63
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue