From c7b5830336db6515bca946886c633d7d906028d1 Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Wed, 22 May 2019 18:54:35 +0300 Subject: [PATCH] * client: remove table column min-width --- client/src/components/Settings/Clients/index.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client/src/components/Settings/Clients/index.js b/client/src/components/Settings/Clients/index.js index c4d95f10..f71be55a 100644 --- a/client/src/components/Settings/Clients/index.js +++ b/client/src/components/Settings/Clients/index.js @@ -93,8 +93,6 @@ class Clients extends Component { { Header: this.props.t('settings'), accessor: 'use_global_settings', - maxWidth: 180, - minWidth: 150, Cell: ({ value }) => { const title = value ? ( settings_global @@ -134,8 +132,6 @@ class Clients extends Component { { Header: this.props.t('actions_table_header'), accessor: 'actions', - maxWidth: 220, - minWidth: 150, Cell: (row) => { const clientName = row.original.name; const {