Skip to content

Commit 395c52b

Browse files
authored
Merge pull request #378 from wazeerc/fix/checkbox-label
Improve text selection handling in FwbCheckbox label
2 parents 8b17cf8 + 8646593 commit 395c52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FwbCheckbox/FwbCheckbox.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div :class="wrapperClass">
3-
<label class="flex justify-start items-center">
3+
<label class="flex justify-start items-center select-none">
44
<input
55
v-model="model"
66
:class="checkboxClass"

0 commit comments

Comments
 (0)