Ambs responsive table

master
Letícia Camara 2019-01-16 22:43:10 -02:00
parent deb9c2eb4f
commit 4df858b4f0
3 changed files with 3 additions and 4 deletions

View File

@ -374,7 +374,7 @@ class AmbassadorsPage extends Component {
<AppHeader /> <AppHeader />
<div id="maincontent"> <div id="maincontent">
<section data-spy="scroll" data-target="#mainNav" id="services"> <section data-spy="scroll" data-target="#mainNav" id="services" className="ambs_services">
<div className="containerfix"> <div className="containerfix">
<div className="row"> <div className="row">
<div className="col-md-10 mx-md-auto"> <div className="col-md-10 mx-md-auto">

View File

@ -4,7 +4,7 @@
.merchants_services .MuiNotchedOutline-focused-120 { .merchants_services .MuiNotchedOutline-focused-120 {
border-color: rgb(19, 143, 82) !important; border-color: rgb(19, 143, 82) !important;
} }
.merchants_services table,
.merchants_services table { .ambs_services table {
min-width: 100% !important; min-width: 100% !important;
} }

View File

@ -473,7 +473,6 @@ 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}