mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Add max width (#14663)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user