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
1 changed files with 4 additions and 0 deletions

View File

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