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 37c4fb1 commit 4068d52Copy full SHA for 4068d52
1 file changed
resources/js/components/field-validation/Builder.vue
@@ -41,7 +41,7 @@
41
@added="ifSearchNotFoundAddCustom"
42
>
43
<template #option="option">
44
- {{ __(option.display) }} <code class="ms-2 text-sm">{{ valueWithoutTrailingColon(option.value) }}</code>
+ {{ __(option.display) }} <code class="px-1 rounded-sm text-[0.8rem]">{{ valueWithoutTrailingColon(option.value) }}</code>
45
</template>
46
47
<template #selected-options>
0 commit comments