Merchants responsive table
This commit is contained in:
parent
65451e1cca
commit
deb9c2eb4f
2 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue