Skip to content

Commit d7887cd

Browse files
committed
fix: remove extra space from checkbox input in table
1 parent 4c58dee commit d7887cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/wrapper-quasar/src/form/WqCheckbox.vue

+4
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,7 @@ function getCheckboxAttributes(value: unknown) {
5151
}
5252
</script>
5353

54+
<style lang="sass">
55+
.checkbox-group--column
56+
justify-content: end
57+
</style>

0 commit comments

Comments
 (0)