Skip to content

Commit

Permalink
Styles: Add workaround for horizontal alignment on Data Liberation page
Browse files Browse the repository at this point in the history
See #465
  • Loading branch information
ryelle committed Dec 13, 2024
1 parent 6d5712a commit a1512f8
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -710,11 +710,16 @@ body.page-template-page-6-7 {
* Page in progress styles
*/

.wporg-page-in-progress {
.wporg-page-in-progress,
.page-template-page-data-liberation {
// Override the workaround below.
.is-content-justification-left > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
margin-left: 0 !important;
}

.is-content-justification-right > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
margin-right: 0 !important;
}
}

/*
Expand Down

0 comments on commit a1512f8

Please sign in to comment.