Skip to content

Commit 437dc59

Browse files
committed
fixed multiselect css
1 parent 8da700f commit 437dc59

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sparc-design-system-components-2",
3-
"version": "0.0.26",
3+
"version": "0.0.27",
44
"private": false,
55
"scripts": {
66
"dev": "vite",

src/components/MultiSelect.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -369,16 +369,16 @@
369369
color: $lightGrey;
370370
position: absolute;
371371
z-index: 1;
372-
padding-left: 1rem;
373-
padding-top: .5rem;
372+
padding-left: .5rem;
373+
padding-top: .25rem;
374374
margin-bottom: 0;
375375
margin-right: 2rem;
376376
white-space: nowrap;
377377
pointer-events: none;
378378
display: inline-block;
379379
svg {
380-
margin-top: -.25rem;
381-
margin-right: .25rem;
380+
vertical-align: middle;
381+
margin-bottom: .25rem;
382382
}
383383
.placeholder-text {
384384
display: inline-block;

0 commit comments

Comments
 (0)