Skip to content

Commit

Permalink
So that the sidebar post items are correctly justified in LTR and RTL…
Browse files Browse the repository at this point in the history
… languages, let's use flex-start instead of an explicit 'left'. (#41488)
  • Loading branch information
ramonjd authored and youknowriad committed Jun 3, 2022
1 parent 188ac74 commit 0ee4456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.edit-post-post-schedule {
width: 100%;
position: relative;
justify-content: left;
justify-content: flex-start;

span {
display: block;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.edit-post-post-visibility {
width: 100%;
justify-content: left;
justify-content: flex-start;

span {
display: block;
Expand Down

0 comments on commit 0ee4456

Please sign in to comment.