diff --git a/front/core/components/table/style.scss b/front/core/components/table/style.scss index a3fd4513b..dc3c754bc 100644 --- a/front/core/components/table/style.scss +++ b/front/core/components/table/style.scss @@ -103,7 +103,7 @@ vn-table { text-align: center; } &[expand] { - max-width: 10em; + max-width: 25em; min-width: 0; } vn-icon.bright, i.bright { diff --git a/modules/ticket/front/sale-tracking/index.html b/modules/ticket/front/sale-tracking/index.html index 7672c7721..0186fb935 100644 --- a/modules/ticket/front/sale-tracking/index.html +++ b/modules/ticket/front/sale-tracking/index.html @@ -14,11 +14,11 @@ Item - Description + Description Quantity Original Worker - State + State Created @@ -56,7 +56,7 @@ {{::sale.userNickname | dashIfEmpty}} - {{::sale.state}} + {{::sale.state}} {{::sale.created | date: 'dd/MM/yyyy HH:mm'}}