Merge pull request #4501 from matrix-org/t3chguy/fix_floats

only clear on continuations where the clear isn't done by SenderProfile
pull/21833/head
Michael Telatynski 2020-04-27 18:36:48 +01:00 committed by GitHub
commit 433b166190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

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