Merge pull request #4505 from matrix-org/t3chguy/cherry-pick/2

only clear on continuations where the clear isn't done by SenderProfile
This commit is contained in:
Michael Telatynski 2020-04-27 19:20:16 +01:00 committed by GitHub
commit 98b418a809
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,8 +110,11 @@ limitations under the License.
user-select: none; user-select: none;
} }
.mx_EventTile_line, .mx_EventTile_reply { .mx_EventTile_continuation .mx_EventTile_line {
clear: both; clear: both;
}
.mx_EventTile_line, .mx_EventTile_reply {
position: relative; position: relative;
padding-left: 65px; /* left gutter */ padding-left: 65px; /* left gutter */
padding-top: 4px; padding-top: 4px;