diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-06-19 12:27:12 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-06-19 12:27:12 +0000 |
| commit | 752ee9d70c48050fc9fe5da5501773b24fc597fc (patch) | |
| tree | c8a765d419d0b03bdbee97691d51cedb5f223138 /src | |
| parent | c4fcdc71253c08efbd58d5c089d711386dd8a8ca (diff) | |
| parent | 90fda1f24592a1acaa4a4700e63a38e483c4241d (diff) | |
Merge branch '584' into 'develop'
Fix "Status submission box overlap and alignment issues"
Closes #584
See merge request pleroma/pleroma-fe!835
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index ff7fb5dc..db9f62f0 100644 --- 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; |
