diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-10-22 18:22:49 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2018-10-22 18:31:50 +0200 |
commit | e18724363d84f887b797134d1a2ccc7ec26f77c0 (patch) | |
tree | d21d072569a8f6c1f5af4987f1fd72fa94d4ce87 /app/javascript/flavours/glitch | |
parent | 1139b758c5c9ef5526c045da59d2ce6e39d6e1c8 (diff) |
[Glitch] Fixes 8987 broken alignment at "Remote interaction dialog"
Port d35801aaa2ad9d06345efa45cf524113469fdd02 to glitch-soc
Diffstat (limited to 'app/javascript/flavours/glitch')
-rw-r--r-- | app/javascript/flavours/glitch/styles/forms.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/forms.scss b/app/javascript/flavours/glitch/styles/forms.scss index eb94f2273..337941a08 100644 --- a/app/javascript/flavours/glitch/styles/forms.scss +++ b/app/javascript/flavours/glitch/styles/forms.scss @@ -562,12 +562,12 @@ code { .oauth-prompt, .follow-prompt { margin-bottom: 30px; - text-align: center; color: $darker-text-color; h2 { font-size: 16px; margin-bottom: 30px; + text-align: center; } strong { |