Skip to content

Commit

Permalink
Add appropriate column widths and fix up price method for consistentcy.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed Jan 5, 2018
1 parent ae9a98b commit 14afff1
Show file tree
Hide file tree
Showing 18 changed files with 1,041 additions and 848 deletions.
2 changes: 1 addition & 1 deletion assets/css/admin-rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/admin.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions assets/css/admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2509,8 +2509,17 @@ table.wp-list-table {
color: #999;
}

.column-sku {
width: 10%;
}

.column-price {
width: 10ch;
}

.column-is_in_stock {
text-align: left !important;
width: 12ch;
}

span.wc-image,
Expand Down
2 changes: 1 addition & 1 deletion assets/css/dashboard-rtl.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/dashboard.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 14afff1

Please sign in to comment.