Browse Source

Fix styling issue on /about when server admin has a long username (#15357)

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
master
ThibG 3 years ago
committed by GitHub
parent
commit
47c6c54d31
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/javascript/styles/mastodon/about.scss

+ 1
- 0
app/javascript/styles/mastodon/about.scss View File

@ -732,6 +732,7 @@ $small-breakpoint: 960px;
&__column {
flex: 1 1 50%;
overflow-x: hidden;
}
}

Loading…
Cancel
Save