We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab04074 commit caee397Copy full SHA for caee397
1 file changed
packages/editor/src/components/post-sync-status/style.scss
@@ -2,15 +2,18 @@
2
width: 100%;
3
position: relative;
4
justify-content: flex-start;
5
+ align-items: flex-start;
6
7
> span {
8
display: block;
9
width: 45%;
10
flex-shrink: 0;
11
+ padding: $grid-unit-15 * 0.5 0;
12
+ word-break: break-word;
13
}
14
15
> div {
16
// Match padding on tertiary buttons for alignment.
- padding-left: $grid-unit-15;
17
+ padding: $grid-unit-15 * 0.5 0 $grid-unit-15 * 0.5 $grid-unit-15;
18
19
0 commit comments