From b1257c5b2295e038e028a19fa76ad49949d4db4a Mon Sep 17 00:00:00 2001 From: Hsing-Yu Flowers Date: Tue, 23 Feb 2021 20:14:53 -0500 Subject: [PATCH] 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 --- plugins/woocommerce-admin/client/task-list/style.scss | 4 ++-- plugins/woocommerce-admin/readme.txt | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/woocommerce-admin/client/task-list/style.scss b/plugins/woocommerce-admin/client/task-list/style.scss index e34667ee4a3..1b452e36f0d 100644 --- a/plugins/woocommerce-admin/client/task-list/style.scss +++ b/plugins/woocommerce-admin/client/task-list/style.scss @@ -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 { diff --git a/plugins/woocommerce-admin/readme.txt b/plugins/woocommerce-admin/readme.txt index 2a96ab76d8e..6653b763da0 100644 --- a/plugins/woocommerce-admin/readme.txt +++ b/plugins/woocommerce-admin/readme.txt @@ -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 ==