From deb9c2eb4f8a6e4c3db0647c2857e052728482be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Let=C3=ADcia=20Camara?= Date: Wed, 16 Jan 2019 22:26:34 -0200 Subject: [PATCH] Merchants responsive table --- src/components/pages/MerchantsPage.css | 4 ++-- src/components/pages/MerchantsPage.js | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/pages/MerchantsPage.css b/src/components/pages/MerchantsPage.css index 289b986..cb05de0 100644 --- a/src/components/pages/MerchantsPage.css +++ b/src/components/pages/MerchantsPage.css @@ -5,6 +5,6 @@ border-color: rgb(19, 143, 82) !important; } -table tr th:nth-of-type(1), table tr th:nth-of-type(2) { - width: 156px; +.merchants_services table { + min-width: 100% !important; } \ No newline at end of file diff --git a/src/components/pages/MerchantsPage.js b/src/components/pages/MerchantsPage.js index 3984666..2d2b2af 100644 --- a/src/components/pages/MerchantsPage.js +++ b/src/components/pages/MerchantsPage.js @@ -473,6 +473,7 @@ class MerchantsPage extends Component { columnData={columnData} data={merchantsData} orderBy="account" + className="teste-let" rowsPerPage={10} showSearchColumns={false} isAdmin={false}