feat(ui-toolkit): allow long FormLabel's
This commit is contained in:
parent
f764b36479
commit
70577ca442
@ -8,6 +8,8 @@ import Label from '../label';
|
||||
const StyledLabel = Label.extend`
|
||||
margin-right: ${remcalc(12)};
|
||||
font-weight: bold;
|
||||
white-space: pre;
|
||||
|
||||
${is('disabled')`
|
||||
color: ${props => props.theme.grey};
|
||||
`};
|
||||
|
Loading…
Reference in New Issue
Block a user