Skip to content

Commit 911eeee

Browse files
committed
fix: column width of action column
1 parent 1bb3d6c commit 911eeee

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/resources/META-INF/resources/webjars/prov/catalog/catalog.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ define(['sparkline'], function () {
307307
}, {
308308
data: 'status.nbCo2Prices',
309309
type: 'num',
310-
width: '32px',
310+
width: '48px',
311311
render: {
312312
display: (data, mode, object) => data && object?.status?.nbPrices ? `${Math.round(data / object.status.nbPrices * 1_000) / 10}%` : '',
313313
_: (data, mode, object) => data && object?.status?.nbPrices ? data / object.status.nbPrices : 0
@@ -322,7 +322,7 @@ define(['sparkline'], function () {
322322
}
323323
}, {
324324
data: null,
325-
width: '32px',
325+
width: '48px',
326326
orderable: false,
327327
render: function (_i, _j, catalog) {
328328
if (catalog.canImport) {

src/main/resources/META-INF/resources/webjars/prov/currency/currency.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ define(function () {
5959
class: 'hidden-sm',
6060
data: 'description'
6161
}, {
62-
width: '32px',
62+
width: '48px',
6363
data: 'unit',
6464
}, {
6565
width: '32px',
@@ -71,7 +71,7 @@ define(function () {
7171
width: '16px'
7272
}, {
7373
data: null,
74-
width: '32px',
74+
width: '48px',
7575
orderable: false,
7676
render: function (_i, _j, data) {
7777
let result = '';

0 commit comments

Comments
 (0)