diff options
author | Mélanie Chauvel (ariasuni) <perso@hack-libre.org> | 2019-07-31 10:06:58 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-07-31 10:06:58 +0200 |
commit | c4043ba2f22f2a21fb2c6bc2febb6535c14ff878 (patch) | |
tree | eb6a5898aacdd41233e07ba30cf402a04ca104db /app/javascript/styles | |
parent | e46e9c9a8ec047825712e1ffa80d179facfb78e0 (diff) |
Fix jumping of toot date when clicking spoiler button (#11449)
* Fix jumping of toot date when clicking spoiler button * Fix lint
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index c5d3f2e78..e65af7304 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -731,7 +731,7 @@ white-space: pre-wrap; &:last-child { - margin-bottom: 2px; + margin-bottom: 0; } } |