feat(ui-toolkit): text-overflow: ellipsis on input placeholder
This commit is contained in:
parent
8cdf8070e8
commit
f055118c2a
@ -73,6 +73,10 @@ const style = css`
|
||||
margin: 0;
|
||||
`};
|
||||
|
||||
${isNot('value')`
|
||||
text-overflow: ellipsis;
|
||||
`};
|
||||
|
||||
font-size: ${remcalc(15)};
|
||||
line-height: normal !important;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user