Browse Source

Fixes 8987 broken alignment at "Remote interaction dialog" (#8988)

pull/4/head
Masoud Abkenar 5 years ago
committed by Eugen Rochko
parent
commit
d35801aaa2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/styles/mastodon/forms.scss

+ 1
- 1
app/javascript/styles/mastodon/forms.scss View 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 {

Loading…
Cancel
Save