diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-04-29 16:30:05 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2018-04-29 18:48:44 +0200 |
commit | 91fb82a4ddfc13fb916d1b539f6a8fcb164166f5 (patch) | |
tree | 2b3157cf665ab469aeb236ff140d494d89a75bf0 /app/javascript/flavours/glitch/styles | |
parent | 64be38da0c52b9a55f077e7eb226e22031eda5a3 (diff) |
Fix style of account fields form
Diffstat (limited to 'app/javascript/flavours/glitch/styles')
-rw-r--r-- | app/javascript/flavours/glitch/styles/forms.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/forms.scss b/app/javascript/flavours/glitch/styles/forms.scss index 2bef53cff..0a43f14b7 100644 --- a/app/javascript/flavours/glitch/styles/forms.scss +++ b/app/javascript/flavours/glitch/styles/forms.scss @@ -15,6 +15,18 @@ code { overflow: hidden; } + .row { + display: flex; + margin: 0 -5px; + + .input { + box-sizing: border-box; + flex: 1 1 auto; + width: 50%; + padding: 0 5px; + } + } + span.hint { display: block; color: $ui-primary-color; |