diff --git a/web/components/Registration/Item.vue b/web/components/Registration/Item.vue index f850914f5..ab73484e8 100644 --- a/web/components/Registration/Item.vue +++ b/web/components/Registration/Item.vue @@ -25,13 +25,16 @@ const evenBgColor = computed(() => { error && 'text-white bg-unraid-red', warning && 'text-black bg-yellow-100', ]" - class="text-16px p-12px grid grid-cols-1 gap-4px sm:px-20px sm:grid-cols-3 sm:gap-16px items-start rounded" + class="text-16px p-12px grid grid-cols-1 gap-4px sm:px-20px sm:grid-cols-5 sm:gap-16px items-start rounded" > -