Skip to content

Commit

Permalink
Revert/left aligned save (#59200)
Browse files Browse the repository at this point in the history
* Left align the "Saved" state in the site editor again.

* Keep the centering for the "Save" button.
  • Loading branch information
jasmussen authored Feb 20, 2024
1 parent 5851fd5 commit ea283aa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/edit-site/src/components/save-hub/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
.edit-site-save-hub__button {
color: inherit;
width: 100%;

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

&[aria-disabled="true"] {
opacity: 1;
Expand Down

0 comments on commit ea283aa

Please sign in to comment.