Skip to content

Commit 48b4ab4

Browse files
author
Daan Hoogland
committed
Revert "Alternative solution", doesn't work!
1 parent faac406 commit 48b4ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/network/VpcTiersTab.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
return option.label.toLowerCase().indexOf(input.toLowerCase()) >= 0
196196
}"
197197
>
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">
198+
<a-select-option style="width: 200%;" v-for="item in networkOfferings" :key="item.id" :value="item.id" :label="item.displaytext || item.name || item.description">
199199
{{ item.displaytext || item.name || item.description }}
200200
</a-select-option>
201201
</a-select>

0 commit comments

Comments
 (0)