Make WooCommerce-admin full-screen minimum height 100vh important (https://github.com/woocommerce/woocommerce-admin/pull/7230)
* Add 100vh important on full screen * Add changelog Co-authored-by: Joshua T Flowers <joshuatf@gmail.com>
This commit is contained in:
parent
6a391c58d8
commit
bcf063a997
|
@ -53,7 +53,7 @@
|
|||
}
|
||||
|
||||
#wpbody-content {
|
||||
min-height: 100vh;
|
||||
min-height: 100vh !important;
|
||||
}
|
||||
|
||||
/* Hide wp-admin and WooCommerce elements when the dashboard body class is present */
|
||||
|
|
|
@ -102,6 +102,7 @@ Release and roadmap notes are available on the [WooCommerce Developers Blog](htt
|
|||
- Fix: Currency display on Orders activity card on homescreen #7181
|
||||
- Fix: Report export filtering bug. #7165
|
||||
- Fix: Use tab char for the CSV injection prevention. #7154
|
||||
- Fix: Make WooCommerce-admin full-screen minimum height 100vh important #7230
|
||||
- Fix: Fix and refactor explat polling to use setTimeout #7274
|
||||
- Fix: Cache product/variation revenue query results. #7067
|
||||
- Tweak: Remove performance indicators when Analytics Flag disabled #7234
|
||||
|
|
Loading…
Reference in New Issue