From 65451e1cca71229b9cda81b691cb8f48efc5bbcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Let=C3=ADcia=20Camara?= Date: Wed, 16 Jan 2019 21:28:38 -0200 Subject: [PATCH] The text in the name and address cells to wrap to next line --- src/components/pages/MerchantsPage.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/pages/MerchantsPage.css b/src/components/pages/MerchantsPage.css index 3205907..289b986 100644 --- a/src/components/pages/MerchantsPage.css +++ b/src/components/pages/MerchantsPage.css @@ -3,4 +3,8 @@ } .merchants_services .MuiNotchedOutline-focused-120 { border-color: rgb(19, 143, 82) !important; +} + +table tr th:nth-of-type(1), table tr th:nth-of-type(2) { + width: 156px; } \ No newline at end of file