* Move the shipping input and text 1px lower

* Add changelog

Co-authored-by: Sam Seay <samueljseay@gmail.com>
This commit is contained in:
Hsing-Yu Flowers 2021-02-23 20:14:53 -05:00 committed by GitHub
parent 6e8106e93a
commit b1257c5b22
2 changed files with 4 additions and 2 deletions

View File

@ -134,12 +134,12 @@
padding: 0;
align-items: center;
display: flex;
top: -12px;
top: -11px;
}
.components-text-control__input {
position: relative;
top: -12px;
top: -11px;
}
.text-control-with-affixes__prefix {

View File

@ -118,6 +118,8 @@ Release and roadmap notes are available on the [WooCommerce Developers Blog](htt
- Dev: Add navigation favorites data store #6275
- Add: Add navigation intro modal. #6367
- Fix: Reset Navigation submenu before making Flyout #6396
- Fix: Move the shipping input and text 1px lower. #6408
== 2.0.0 02/05/2021 ==