Skip to content

Commit 44b2b9b

Browse files
authored
fix(tags): sync placeholder padding with design (#DS-3484) (#691)
1 parent f24205c commit 44b2b9b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/components/tags/tag-list.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,15 @@
3737

3838
gap: var(--kbq-tag-list-size-content-gap);
3939

40-
& .kbq-tag-input {
40+
.kbq-tag-input {
4141
max-width: 100%;
4242

4343
flex: 1 1 auto;
44+
45+
// indicating tag list is empty
46+
&:first-child {
47+
padding-left: var(--kbq-size-s);
48+
}
4449
}
4550
}
4651

0 commit comments

Comments
 (0)