"Set fixed table layout in ProductsTable for improved content alignment and consistency."

This commit is contained in:
Jeppe Bundgaard
2025-11-19 16:47:30 +01:00
parent d3870b2d0d
commit 77d1ab8a83
@@ -95,7 +95,7 @@ const getDisplayProductAddons = (product) => {
</script>
<template>
<table class="table is-fullwidth is-hoverable is-striped">
<table class="table is-fullwidth is-hoverable is-striped" style="table-layout: fixed;">
<thead>
<tr>
<th>{{ SessionUser.objects.products.columns.order_priority.label }}</th>