Fix the spacing between the "Set up my store" button and TOS is too tight on small desktop screens (#50579)

Fix core profiler set up my store button and TOS are too close to each other
This commit is contained in:
Chi-Hsuan Huang 2024-08-13 11:48:05 +08:00 committed by GitHub
parent 770730272c
commit af75166a07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View File

@ -166,6 +166,7 @@
align-items: center;
font-size: 14px;
font-weight: normal;
margin-bottom: 16px;
@include breakpoint("<782px") {
width: 100%;
@ -179,7 +180,7 @@
justify-content: center;
@include breakpoint("<782px") {
margin: 16px auto 20px;
margin: 0 auto 20px;
}
.components-checkbox-control__input-container {

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Fix core profiler set up my store button and TOS are too close to each other