mirror of
https://github.com/bendtherules/smallcase-portfolio-builder.git
synced 2026-08-18 13:52:19 +00:00
Fix stock picker color + clearfix + html line long
This commit is contained in:
@@ -57,6 +57,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.stock-picker .page-content .scrip-box>* {
|
.stock-picker .page-content .scrip-box>* {
|
||||||
|
color: #666666;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -150,7 +150,7 @@ class StockPicker extends Component {
|
|||||||
>
|
>
|
||||||
Next
|
Next
|
||||||
</button>
|
</button>
|
||||||
<div className="clearfix"></div>
|
<div className="clearfix" />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -164,7 +164,9 @@ class StockPicker extends Component {
|
|||||||
{StockPicker.renderTitle()}
|
{StockPicker.renderTitle()}
|
||||||
<div className="body">
|
<div className="body">
|
||||||
<div className="page-description">
|
<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>
|
||||||
<div className="filter">
|
<div className="filter">
|
||||||
APPLY FILTERS
|
APPLY FILTERS
|
||||||
|
|||||||
Reference in New Issue
Block a user