]> cat aescling's git repositories - mastodon.git/commitdiff
Fixes 8987 broken alignment at "Remote interaction dialog" (#8988)
authorMasoud Abkenar <ampbox@gmail.com>
Mon, 15 Oct 2018 14:09:08 +0000 (16:09 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 15 Oct 2018 14:09:08 +0000 (16:09 +0200)
app/javascript/styles/mastodon/forms.scss

index eb94f2273bdd2ca6d0f60278a3a46f238c49d8f0..337941a0803e125fc8bbb115ed6db661e52705f2 100644 (file)
@@ -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 {