From 320873a4dc5dff7d8b66f5b8d420e965b513e850 Mon Sep 17 00:00:00 2001 From: Vlad Olaru Date: Mon, 15 Jul 2024 18:08:46 +0300 Subject: [PATCH] Fix Task list - Reminder bar lack of left and right content spacing (#49532) * Add margin to the reminder bar close button * Add changelog * Add left and right padding to the reminder bar instead of margin-right to close button --------- Co-authored-by: Cvetan Cvetanov --- .../client/task-lists/reminder-bar/reminder-bar.scss | 1 + .../fix-49526-task-list-reminder-close-button-styling | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 plugins/woocommerce/changelog/fix-49526-task-list-reminder-close-button-styling diff --git a/plugins/woocommerce-admin/client/task-lists/reminder-bar/reminder-bar.scss b/plugins/woocommerce-admin/client/task-lists/reminder-bar/reminder-bar.scss index 9a9579a312b..6f3d4b1c30e 100644 --- a/plugins/woocommerce-admin/client/task-lists/reminder-bar/reminder-bar.scss +++ b/plugins/woocommerce-admin/client/task-lists/reminder-bar/reminder-bar.scss @@ -5,6 +5,7 @@ justify-content: space-between; align-items: center; color: #fff; + padding: 0 $gap-small; &::before { content: ""; diff --git a/plugins/woocommerce/changelog/fix-49526-task-list-reminder-close-button-styling b/plugins/woocommerce/changelog/fix-49526-task-list-reminder-close-button-styling new file mode 100644 index 00000000000..ed37bc35331 --- /dev/null +++ b/plugins/woocommerce/changelog/fix-49526-task-list-reminder-close-button-styling @@ -0,0 +1,4 @@ +Significance: patch +Type: fix + +Fix Task List - Reminder bar close button styling