"Set fixed table layout in ProductsTable for improved content alignment and consistency."
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user