Fix stock picker color + clearfix + html line long

This commit is contained in:
2018-04-11 11:33:59 +05:30
parent d62320bafb
commit e639575af3
2 changed files with 5 additions and 2 deletions
@@ -57,6 +57,7 @@
}
.stock-picker .page-content .scrip-box>* {
color: #666666;
font-size: 1.5em;
}
+4 -2
View File
@@ -150,7 +150,7 @@ class StockPicker extends Component {
>
Next
</button>
<div className="clearfix"></div>
<div className="clearfix" />
</div>
);
}
@@ -164,7 +164,9 @@ class StockPicker extends Component {
{StockPicker.renderTitle()}
<div className="body">
<div className="page-description">
Showing <b>{startEnd[0]} - {Math.min(startEnd[1], countTotal)}</b> of <b>{countTotal}</b> matching stocks
{
// eslint-disable-next-line max-len
} Showing {startEnd[0]} - {Math.min(startEnd[1], countTotal)} of {countTotal} matching stocks
</div>
<div className="filter">
APPLY FILTERS