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;
|
||||
}
|
||||
|
||||
table tr th:nth-of-type(1), table tr th:nth-of-type(2) {
|
||||
width: 156px;
|
||||
.merchants_services table {
|
||||
min-width: 100% !important;
|
||||
}
|
|
@ -473,6 +473,7 @@ class MerchantsPage extends Component {
|
|||
columnData={columnData}
|
||||
data={merchantsData}
|
||||
orderBy="account"
|
||||
className="teste-let"
|
||||
rowsPerPage={10}
|
||||
showSearchColumns={false}
|
||||
isAdmin={false}
|
||||
|
|
Loading…
Reference in a new issue