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 4b7086e commit d874a16Copy full SHA for d874a16
1 file changed
resources/js/components/blueprints/LinkFields.vue
@@ -24,10 +24,10 @@
24
@update:modelValue="reference = $event"
25
>
26
<template #option="option">
27
- <div class="flex items-center text-start">
+ <div class="flex items-center text-start w-full">
28
<span
29
v-text="option.fieldset"
30
- class="text-2xs line-clamp-2 text-gray-500 dark:text-gray-300 ltr:mr-2 rtl:ml-2"
+ class="text-2xs line-clamp-2 text-gray-500 dark:text-gray-300 ltr:mr-2 rtl:ml-2 max-w-[50%]"
31
/>
32
<span class="text-xs line-clamp-2" v-text="option.label" />
33
</div>
0 commit comments