We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb02cd commit ac185f3Copy full SHA for ac185f3
1 file changed
resources/js/components/ui/Label.vue
@@ -18,7 +18,7 @@ const props = defineProps({
18
19
<template>
20
<label
21
- class="flex justify-between mb-1.5 text-sm font-medium [&_button]:font-medium text-gray-925 select-none dark:text-gray-300"
+ class="flex justify-between mb-1.5 text-sm font-medium [&_button]:font-medium text-gray-925 select-none dark:text-gray-300 [&_button:has(svg)]:h-auto"
22
data-ui-label
23
:for="for"
24
>
0 commit comments