Skip to content

Commit a9cf3d0

Browse files
committed
Fix margin issue
1 parent e97f83d commit a9cf3d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

client/style.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ body {
1111
// border: 1px solid @cryptpad_text_col;
1212
background-color: fade(@cryptpad_text_col, 10%);
1313
border-radius: @variables_radius_L;
14+
&:not(:last-child) {
15+
margin-right: 0.5em;
16+
}
1417
}
1518
}
1619
}

0 commit comments

Comments
 (0)