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;
}
table tr th:nth-of-type(1), table tr th:nth-of-type(2) {
width: 156px;
.merchants_services table {
min-width: 100% !important;
}

View File

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