Skip to content

Commit

Permalink
Fix: Sync status overlaps for some languages in Patterns post type pa…
Browse files Browse the repository at this point in the history
…ge (#53243)
  • Loading branch information
t-hamano authored and tellthemachines committed Aug 31, 2023
1 parent 79e56b6 commit 0524c65
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/editor/src/components/post-sync-status/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@
width: 100%;
position: relative;
justify-content: flex-start;
align-items: flex-start;

> span {
display: block;
width: 45%;
flex-shrink: 0;
padding: $grid-unit-15 * 0.5 0;
word-break: break-word;
}

> div {
// Match padding on tertiary buttons for alignment.
padding-left: $grid-unit-15;
padding: $grid-unit-15 * 0.5 0 $grid-unit-15 * 0.5 $grid-unit-15;
}
}

0 comments on commit 0524c65

Please sign in to comment.