From 6a680ee1f1ba19847fdb5b7b92960750e198637f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Let=C3=ADcia=20Camara?= Date: Sun, 11 Nov 2018 21:39:14 -0200 Subject: [PATCH] Fix /ambs and /merchants mobile --- src/assets/css/palmpay.css | 5 +++++ src/components/EnhancedSearch.js | 19 +++++++------------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/assets/css/palmpay.css b/src/assets/css/palmpay.css index 2698eb0..214d97f 100644 --- a/src/assets/css/palmpay.css +++ b/src/assets/css/palmpay.css @@ -406,4 +406,9 @@ header .col-md-10, header .col-md-10 > div { } .uppercase-text { text-transform: uppercase; +} + +.row { + margin-right: 0 !important; + margin-left: 0 !important; } \ No newline at end of file diff --git a/src/components/EnhancedSearch.js b/src/components/EnhancedSearch.js index 63553b0..ab9f997 100644 --- a/src/components/EnhancedSearch.js +++ b/src/components/EnhancedSearch.js @@ -49,12 +49,9 @@ class EnhancedSearch extends Component {
- - - - - - - -
- +
, }} - /> -
{textComponent}
+ />
+ +
{textComponent}
+

{this.props.showSearchColumns && this.props.columns.map(column => (