[Glitch] Fixes 8987 broken alignment at "Remote interaction dialog"

Port d35801aaa2 to glitch-soc
master
Thibaut Girka 6 years ago
parent 1139b758c5
commit e18724363d
  1. 2
      app/javascript/flavours/glitch/styles/forms.scss

@ -562,12 +562,12 @@ code {
.oauth-prompt, .oauth-prompt,
.follow-prompt { .follow-prompt {
margin-bottom: 30px; margin-bottom: 30px;
text-align: center;
color: $darker-text-color; color: $darker-text-color;
h2 { h2 {
font-size: 16px; font-size: 16px;
margin-bottom: 30px; margin-bottom: 30px;
text-align: center;
} }
strong { strong {

Loading…
Cancel
Save