We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da700f commit 437dc59Copy full SHA for 437dc59
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sparc-design-system-components-2",
3
- "version": "0.0.26",
+ "version": "0.0.27",
4
"private": false,
5
"scripts": {
6
"dev": "vite",
src/components/MultiSelect.vue
@@ -369,16 +369,16 @@
369
color: $lightGrey;
370
position: absolute;
371
z-index: 1;
372
- padding-left: 1rem;
373
- padding-top: .5rem;
+ padding-left: .5rem;
+ padding-top: .25rem;
374
margin-bottom: 0;
375
margin-right: 2rem;
376
white-space: nowrap;
377
pointer-events: none;
378
display: inline-block;
379
svg {
380
- margin-top: -.25rem;
381
- margin-right: .25rem;
+ vertical-align: middle;
+ margin-bottom: .25rem;
382
}
383
.placeholder-text {
384
0 commit comments