From e639575af388372428116ab8ddf8f222503311cf Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Wed, 11 Apr 2018 11:33:59 +0530 Subject: [PATCH] Fix stock picker color + clearfix + html line long --- src/Components/StockPicker/StockPicker.css | 1 + src/Components/StockPicker/StockPicker.jsx | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/Components/StockPicker/StockPicker.css b/src/Components/StockPicker/StockPicker.css index bfac3d3..9527433 100644 --- a/src/Components/StockPicker/StockPicker.css +++ b/src/Components/StockPicker/StockPicker.css @@ -57,6 +57,7 @@ } .stock-picker .page-content .scrip-box>* { + color: #666666; font-size: 1.5em; } diff --git a/src/Components/StockPicker/StockPicker.jsx b/src/Components/StockPicker/StockPicker.jsx index 4f52e2d..b29b9d7 100644 --- a/src/Components/StockPicker/StockPicker.jsx +++ b/src/Components/StockPicker/StockPicker.jsx @@ -150,7 +150,7 @@ class StockPicker extends Component { > Next -
+
); } @@ -164,7 +164,9 @@ class StockPicker extends Component { {StockPicker.renderTitle()}
- Showing {startEnd[0]} - {Math.min(startEnd[1], countTotal)} of {countTotal} matching stocks + { + // eslint-disable-next-line max-len + } Showing {startEnd[0]} - {Math.min(startEnd[1], countTotal)} of {countTotal} matching stocks
APPLY FILTERS