Browse Source

Avoid cutting bottom of letters of last paragraph of statuses (#10821)

pull/4/head
Mélanie Chauvel (ariasuni) 4 years ago
committed by Eugen Rochko
parent
commit
4168aeb234
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

@ -710,7 +710,7 @@
white-space: pre-wrap;
&:last-child {
margin-bottom: 0;
margin-bottom: 2px;
}
}

Loading…
Cancel
Save