Skip to content

Commit

Permalink
Fix bitshares#563: Settlement box width
Browse files Browse the repository at this point in the history
  • Loading branch information
svk31 committed Oct 14, 2017
1 parent 187a950 commit 1e3e664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Exchange/OpenSettleOrders.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class OpenSettleOrders extends React.Component {
key="open_orders"
className="grid-block no-overflow small-12 no-padding vertical medium-horizontal middle-content"
>
<div className="small-6 order-1" style={{paddingBottom: "1rem"}}>
<div className="small-12 medium-6 large-6 xlarge-4 order-1" style={{paddingBottom: "1rem"}}>
<div className="exchange-bordered">
<div className="exchange-content-header">
<Translate content="exchange.settle_orders" />
Expand Down

0 comments on commit 1e3e664

Please sign in to comment.