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

This commit is contained in:
mayaeh 2020-10-27 21:34:02 +09:00 committed by GitHub
parent c5704e75ae
commit 2ae751f19d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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