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:
parent
770730272c
commit
af75166a07
|
@ -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 {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Fix core profiler set up my store button and TOS are too close to each other
|
Loading…
Reference in New Issue