Skip to content

Commit 70891f6

Browse files
fix irregular alignment for the FormSelectMany search buttons
1 parent 29b97b0 commit 70891f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/components/Form/Elements/FormSelectMany/FormSelectMany.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,7 @@ const selectedCount = computed(() => {
472472
}
473473
474474
.toggle-button {
475+
display: block;
475476
padding-left: 0;
476477
padding-right: 0;
477478
}

0 commit comments

Comments
 (0)