diff --git a/src/components/FormFields/ProtocolSelector/index.vue b/src/components/FormFields/ProtocolSelector/index.vue index f33118657..e1780429f 100644 --- a/src/components/FormFields/ProtocolSelector/index.vue +++ b/src/components/FormFields/ProtocolSelector/index.vue @@ -12,9 +12,12 @@ slot="prepend" :disabled="disableSelect(item)" :value="item.display_name ? item.display_name : item.name" - class="prepend" + class="prepend auto-width-select" @change="handleProtocolChange($event, item)" > + -