feat(ui-toolkit): allow long FormLabel's

This commit is contained in:
Sérgio Ramos 2017-10-13 21:01:16 +01:00 committed by Sérgio Ramos
parent f764b36479
commit 70577ca442
1 changed files with 2 additions and 0 deletions

View File

@ -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};
`};