Browse Source

Reduce padding of profile metadata boxes to allow more text (#8491)

pull/4/head
Mélanie Chauvel (ariasuni) 5 years ago
committed by Eugen Rochko
parent
commit
9463bba5fb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/styles/mastodon/components.scss

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

@ -5367,7 +5367,7 @@ noscript {
dt, dt,
dd { dd {
box-sizing: border-box; box-sizing: border-box;
padding: 14px 20px;
padding: 14px 5px;
text-align: center; text-align: center;
max-height: 48px; max-height: 48px;
overflow: hidden; overflow: hidden;

Loading…
Cancel
Save