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 faac406 commit 48b4ab4Copy full SHA for 48b4ab4
ui/src/views/network/VpcTiersTab.vue
@@ -195,7 +195,7 @@
195
return option.label.toLowerCase().indexOf(input.toLowerCase()) >= 0
196
}"
197
>
198
- <a-select-option style="overflow-x: auto; white-space: nowrap;" v-for="item in networkOfferings" :key="item.id" :value="item.id" :label="item.displaytext || item.name || item.description">
+ <a-select-option style="width: 200%;" v-for="item in networkOfferings" :key="item.id" :value="item.id" :label="item.displaytext || item.name || item.description">
199
{{ item.displaytext || item.name || item.description }}
200
</a-select-option>
201
</a-select>
0 commit comments