commit: 752ee9d70c48050fc9fe5da5501773b24fc597fc
parent: c4fcdc71253c08efbd58d5c089d711386dd8a8ca
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date: Wed, 19 Jun 2019 12:27:12 +0000
Merge branch '584' into 'develop'
Fix "Status submission box overlap and alignment issues"
Closes #584
See merge request pleroma/pleroma-fe!835
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/App.scss b/src/App.scss
@@ -131,6 +131,7 @@ input, textarea, .select {
font-family: sans-serif;
font-family: var(--inputFont, sans-serif);
font-size: 14px;
+ margin: 0;
padding: 8px .5em;
box-sizing: border-box;
display: inline-block;