mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
Fix broken styling for PieceListFilterDisplay from upgrade to React 15
This commit is contained in:
parent
a2e8c04427
commit
d89ef347ac
@ -106,7 +106,9 @@ let PieceListFilterDisplay = React.createClass({
|
||||
return (
|
||||
<div className="row">
|
||||
<div className="ascribe-piece-list-filter-display col-xs-12 col-sm-10 col-md-8 col-lg-8 col-sm-offset-1 col-md-offset-2 col-lg-offset-2">
|
||||
{this.getFilterText(filtersWithLabel)}
|
||||
<span>
|
||||
{this.getFilterText(filtersWithLabel)}
|
||||
</span>
|
||||
<hr />
|
||||
</div>
|
||||
</div>
|
||||
@ -115,4 +117,4 @@ let PieceListFilterDisplay = React.createClass({
|
||||
}
|
||||
});
|
||||
|
||||
export default PieceListFilterDisplay;
|
||||
export default PieceListFilterDisplay;
|
||||
|
Loading…
Reference in New Issue
Block a user