feat(ui-toolkit): text-overflow: ellipsis on input placeholder

This commit is contained in:
Sérgio Ramos 2017-10-13 20:57:35 +01:00 committed by Sérgio Ramos
parent 8cdf8070e8
commit f055118c2a

View File

@ -73,6 +73,10 @@ const style = css`
margin: 0; margin: 0;
`}; `};
${isNot('value')`
text-overflow: ellipsis;
`};
font-size: ${remcalc(15)}; font-size: ${remcalc(15)};
line-height: normal !important; line-height: normal !important;