Skip to content

Commit

Permalink
core: frontend: tweak wizard style
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Mar 26, 2024
1 parent fc373e0 commit 4f03706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/frontend/src/components/wizard/DefaultParamLoader.vue
Expand Up @@ -9,7 +9,7 @@
:label="`Parameter Sets (${board} - ${vehicle} - ${version})`"
:loading="is_loading"
:disabled="is_loading_paramsets"
style="min-width: 60%;"
style="min-width: 330px;"
:rules="[isNotEmpty]"
@change="setParamSet(filtered_param_sets[selected_param_set_name])"
/>
Expand Down

0 comments on commit 4f03706

Please sign in to comment.