Less left margin on report button

This commit is contained in:
Grzegorz Leoniec 2018-12-29 20:11:13 +01:00
parent 6e1889c5e8
commit 8584253e3f
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -167,7 +167,7 @@ export default {
// bottom: $space-small;
// right: $space-small;
display: inline-block;
margin-left: $space-base;
margin-left: $space-small;
z-index: 1;
}
.post-link {