File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
infrastructure/control-panel/src/routes/example Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66 import { HugeiconsIcon } from ' @hugeicons/svelte' ;
77 import { PauseFreeIcons , PlayFreeIcons } from ' @hugeicons/core-free-icons' ;
88 import {ButtonAction } from ' $lib/ui' ;
9- import { Button , Modal } from ' flowbite-svelte' ;
9+ import { Modal } from ' flowbite-svelte' ;
1010
1111
1212 let SvelteFlowComponent: typeof import (' @xyflow/svelte' ).SvelteFlow | null = $state (null );
177177 <li class =" flex items-center gap-4 px-4 py-1 mb-2 rounded-2xl bg-gray hover:bg-gray-200" >
178178 <input id ={vault .id } type ="checkbox" value ={vault .id } bind:group ={selectedVaults }>
179179
180- <label for ={vault .id } class =" cursor-pointer" >
180+ <label for ={vault .id } class =" cursor-pointer inline-block w-full " >
181181 <p >{vault .name }</p >
182182 <p class ="small" >{vault .sublabel }</p >
183183 </label >
You can’t perform that action at this time.
0 commit comments