Skip to content

Commit

Permalink
FIX #103
Browse files Browse the repository at this point in the history
  • Loading branch information
eboileau committed May 27, 2024
1 parent ac5b9ba commit bff9e84
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions client/src/components/ui/FormCascade.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ const props = defineProps({
:optionGroupChildren="props.optionGroupChildren"
:placeholder="props.placeholder"
:class="error ? props.errCls : ''"
:pt="{
root: { class: 'w-full md:w-full' },
sublist: { class: 'w-full sm:w-80' }
}"
:ptOptions="{ mergeProps: true }"
/>
<span class="inline-flex items-baseline">
<i :class="error ? props.errIconCls : ''" />
Expand Down
2 changes: 1 addition & 1 deletion client/src/presets/windscm/cascadeselect/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default {
'relative',

// Shape
// 'w-full md:w-56',
'w-full md:w-56',
'rounded-md',
'shadow-sm',

Expand Down

0 comments on commit bff9e84

Please sign in to comment.