Skip to content

Commit ebd442d

Browse files
committed
order details responds. closes woocommerce#2794
1 parent 3277b48 commit ebd442d

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

assets/css/admin.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/admin.less

+12
Original file line numberDiff line numberDiff line change
@@ -2739,6 +2739,18 @@ table.bar_chart {
27392739
}
27402740
}
27412741
}
2742+
// Small screen optimisation
2743+
@media only screen and (max-width: 1280px) {
2744+
#order_data {
2745+
.order_data_column {
2746+
width:48%;
2747+
&:first-child {
2748+
width:100%;
2749+
}
2750+
}
2751+
}
2752+
}
2753+
27422754
// HiDPI optimisation
27432755
@media
27442756
(-webkit-min-device-pixel-ratio: 2),

readme.txt

+1
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
182182
* Tweak - Made scripts/styles use protocol-relative URLs
183183
* Tweak - Revised shiptobilling functionality on the checkout. "ship to different address" option used instead.
184184
* Tweak - Filterable page installer.
185+
* Tweak - Order details optimised for small screens.
185186
* Fix - Changed MyException to Exception in Checkout class as MyException class does not exist in WooCommerce
186187
* Fix - Default cart widget styling on non-wc pages.
187188
* Fix - Rounding for mijireh tax ex. price.

0 commit comments

Comments
 (0)