Skip to content

Commit a19ea32

Browse files
committed
fix: QChipsInput height
1 parent e374b11 commit a19ea32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/chips-input/QChipsInput.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
@click="__onClick"
2121
>
22-
<div class="col row items-center group">
22+
<div class="col row items-center group q-input-chips">
2323
<q-chip
2424
small
2525
:closable="!disable"

0 commit comments

Comments
 (0)