about summary refs log tree commit diff
path: root/app/javascript
diff options
context:
space:
mode:
authorMélanie Chauvel (ariasuni) <perso@hack-libre.org>2019-07-31 10:06:58 +0200
committerEugen Rochko <eugen@zeonfederated.com>2019-07-31 10:06:58 +0200
commitc4043ba2f22f2a21fb2c6bc2febb6535c14ff878 (patch)
treeeb6a5898aacdd41233e07ba30cf402a04ca104db /app/javascript
parente46e9c9a8ec047825712e1ffa80d179facfb78e0 (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')
-rw-r--r--app/javascript/styles/mastodon/components.scss2
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;
     }
   }