We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
adaptiveWidth
1 parent 0de7fcf commit b1001a2Copy full SHA for b1001a2
1 file changed
resources/js/components/SiteSelector.vue
@@ -17,6 +17,8 @@ defineEmits(['update:modelValue']);
17
:options="sites"
18
option-label="name"
19
option-value="handle"
20
+ align="end"
21
+ :adaptive-width="true"
22
:model-value="modelValue"
23
@update:model-value="$emit('update:modelValue', $event)"
24
/>
0 commit comments