Skip to content

Commit

Permalink
Add style override to add spacing above Notice actions
Browse files Browse the repository at this point in the history
  • Loading branch information
daledupreez committed Mar 4, 2025
1 parent 39cddcb commit 3d9f63f
Showing 1 changed file with 3 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,8 @@
margin-left: auto;
}

.migration-instructions-provisioning__error-actions {
display: flex;
gap: 12px;
justify-content: space-between;
margin-top: 12px;

@media (max-width: $break-mobile) {
flex-direction: column-reverse;

.components-button {
&.has-icon.has-text {
justify-content: center;
}

justify-content: center;
}
.migration-instructions-provisioning__error.components-notice {
.components-notice__actions:not(:empty) {
padding-top: 1em;
}
}

0 comments on commit 3d9f63f

Please sign in to comment.