Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed: Multiple select placeholder misaligned #6277

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from
10 changes: 10 additions & 0 deletions Untitled Diagram.drawio
@@ -0,0 +1,10 @@
<mxfile host="app.diagrams.net" modified="2023-12-06T14:31:39.127Z" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" version="22.1.6" etag="cn1ZhWiMyFLkPB6p-EfF" type="github">
<diagram name="Page-1" id="MGYpv4ebnwI7Y6khRVSB">
<mxGraphModel>
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
</root>
</mxGraphModel>
</diagram>
</mxfile>
5 changes: 4 additions & 1 deletion src/scss/_multiple.scss
Expand Up @@ -32,7 +32,7 @@
padding: 0;
max-width: 100%;
resize: none;
height: 18px;
height: 20px;
vertical-align: bottom;
font-family: sans-serif;
overflow: hidden;
Expand All @@ -41,5 +41,8 @@
&::-webkit-search-cancel-button {
-webkit-appearance: none;
}
&::placeholder{
line-height:normal;
}
}
}