Merchants responsive table

master
Letícia Camara 2019-01-16 22:26:34 -02:00
parent 65451e1cca
commit deb9c2eb4f
2 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,6 @@
border-color: rgb(19, 143, 82) !important; border-color: rgb(19, 143, 82) !important;
} }
table tr th:nth-of-type(1), table tr th:nth-of-type(2) { .merchants_services table {
width: 156px; min-width: 100% !important;
} }

View File

@ -473,6 +473,7 @@ class MerchantsPage extends Component {
columnData={columnData} columnData={columnData}
data={merchantsData} data={merchantsData}
orderBy="account" orderBy="account"
className="teste-let"
rowsPerPage={10} rowsPerPage={10}
showSearchColumns={false} showSearchColumns={false}
isAdmin={false} isAdmin={false}