Move the shipping input and text 1px lower (https://github.com/woocommerce/woocommerce-admin/pull/6408)
* Move the shipping input and text 1px lower * Add changelog Co-authored-by: Sam Seay <samueljseay@gmail.com>
This commit is contained in:
parent
6e8106e93a
commit
b1257c5b22
|
@ -134,12 +134,12 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
top: -12px;
|
top: -11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.components-text-control__input {
|
.components-text-control__input {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -12px;
|
top: -11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-control-with-affixes__prefix {
|
.text-control-with-affixes__prefix {
|
||||||
|
|
|
@ -118,6 +118,8 @@ Release and roadmap notes are available on the [WooCommerce Developers Blog](htt
|
||||||
- Dev: Add navigation favorites data store #6275
|
- Dev: Add navigation favorites data store #6275
|
||||||
- Add: Add navigation intro modal. #6367
|
- Add: Add navigation intro modal. #6367
|
||||||
- Fix: Reset Navigation submenu before making Flyout #6396
|
- Fix: Reset Navigation submenu before making Flyout #6396
|
||||||
|
- Fix: Move the shipping input and text 1px lower. #6408
|
||||||
|
|
||||||
|
|
||||||
== 2.0.0 02/05/2021 ==
|
== 2.0.0 02/05/2021 ==
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue