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 <cvetan.cvetanov@automattic.com>
This commit is contained in:
Vlad Olaru 2024-07-15 18:08:46 +03:00 committed by GitHub
parent b462cd58bc
commit 320873a4dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,7 @@
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
color: #fff; color: #fff;
padding: 0 $gap-small;
&::before { &::before {
content: ""; content: "";

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Fix Task List - Reminder bar close button styling