Skip to content

Commit 20fcc64

Browse files
author
иван Горбунов
committed
исправил вертикальный паддинг в VuCheckbox
1 parent 9d910e3 commit 20fcc64

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/checkBox/VuCheckbox.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import { computed } from 'vue';
1717

1818
<template>
1919
<v-checkbox
20+
density="compact"
2021
:label="label"
2122
v-model="value"
2223
:disabled="disabled">

0 commit comments

Comments
 (0)