Skip to content

Commit

Permalink
Shipment order meta class styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisnissle committed Nov 17, 2023
1 parent 3abc9ff commit 11b6dda
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
5 changes: 5 additions & 0 deletions assets/css/admin.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#order_data .order_data_column .wc-gzd-shipment-order-meta-data {
float: left;
clear: both;
width: 100%; }

.woocommerce_page_wc-settings .form-table td .wc-gzd-additional-desc {
margin-top: 1em;
line-height: 1.5em;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/admin.min.css

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions assets/css/admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

$layout-spacing: 1rem;

#order_data .order_data_column {
.wc-gzd-shipment-order-meta-data {
float: left;
clear: both;
width: 100%;
}
}

.woocommerce_page_wc-settings .form-table td .wc-gzd-additional-desc {
margin-top: 1em;
line-height: 1.5em;
Expand Down

0 comments on commit 11b6dda

Please sign in to comment.