Skip to content

Commit

Permalink
fixed global left alignment dexlab-io#2
Browse files Browse the repository at this point in the history
  • Loading branch information
vipin kumar authored and vipin kumar committed Nov 15, 2018
1 parent 3372d4b commit 14c6105
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/loopringui/assets/style/utils.less
Original file line number Diff line number Diff line change
Expand Up @@ -2350,7 +2350,7 @@
}

.text-center {
text-align: left !important;
text-align: center !important;
}

@media (min-width: 576px) {
Expand Down
2 changes: 1 addition & 1 deletion src/components/orders/ListMyOrders.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ function ListMyOrders(props) {
orders.items.length === 0 &&
<tr>
<td colSpan='100'>
<div className="text-center">{intl.get('common.list.no_data')}</div>
<div>{intl.get('common.list.no_data')}</div>
</td>
</tr>
}
Expand Down

0 comments on commit 14c6105

Please sign in to comment.