Skip to content

Commit caee397

Browse files
t-hamanotellthemachines
authored andcommitted
Fix: Sync status overlaps for some languages in Patterns post type page (#53243)
1 parent ab04074 commit caee397

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • packages/editor/src/components/post-sync-status

packages/editor/src/components/post-sync-status/style.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22
width: 100%;
33
position: relative;
44
justify-content: flex-start;
5+
align-items: flex-start;
56

67
> span {
78
display: block;
89
width: 45%;
910
flex-shrink: 0;
11+
padding: $grid-unit-15 * 0.5 0;
12+
word-break: break-word;
1013
}
1114

1215
> div {
1316
// Match padding on tertiary buttons for alignment.
14-
padding-left: $grid-unit-15;
17+
padding: $grid-unit-15 * 0.5 0 $grid-unit-15 * 0.5 $grid-unit-15;
1518
}
1619
}

0 commit comments

Comments
 (0)