Fix width of content text fluctuating over time (#15055)

master
mayaeh 4 years ago committed by GitHub
parent c5704e75ae
commit 2ae751f19d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      app/javascript/styles/mastodon/components.scss

@ -794,6 +794,10 @@
cursor: pointer;
}
.status__content {
clear: both;
}
.status__content,
.reply-indicator__content {
position: relative;

Loading…
Cancel
Save