File tree Expand file tree Collapse file tree 2 files changed +6
-18
lines changed
polaris-react/src/components/SkeletonPage Expand file tree Collapse file tree 2 files changed +6
-18
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @shopify/polaris ' : patch
3+ ---
4+
5+ Fix SkeletonPage actions layout
Original file line number Diff line number Diff line change @@ -34,10 +34,7 @@ $skeleton-display-text-max-width: 120px;
3434
3535.TitleAndPrimaryAction {
3636 display : flex ;
37-
38- @media #{$p-breakpoints-lg-down } {
39- display : block ;
40- }
37+ align-items : flex-start ;
4138}
4239
4340.TitleWrapper {
@@ -73,20 +70,6 @@ $skeleton-display-text-max-width: 120px;
7370 height : $primary-action-button-height ;
7471 min-width : $primary-action-button-width ;
7572 }
76-
77- @media #{$p-breakpoints-lg-down } {
78- margin-top : var (--p-space-4 );
79- margin-bottom : calc (-1 * var (--p-space-2 ));
80- }
81-
82- @media #{$p-breakpoints-sm-up } {
83- margin-top : var (--p-space-2 );
84- margin-bottom : calc (-1 * var (--p-space-2 ));
85- }
86-
87- @media #{$p-breakpoints-md-up } {
88- margin-top : 0 ;
89- }
9073}
9174
9275.Actions {
You can’t perform that action at this time.
0 commit comments