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