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`
|
const StyledLabel = Label.extend`
|
||||||
margin-right: ${remcalc(12)};
|
margin-right: ${remcalc(12)};
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
white-space: pre;
|
||||||
|
|
||||||
${is('disabled')`
|
${is('disabled')`
|
||||||
color: ${props => props.theme.grey};
|
color: ${props => props.theme.grey};
|
||||||
`};
|
`};
|
||||||
|
Loading…
Reference in New Issue
Block a user