only clear on continuations where the clear isn't done by SenderProfile

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2020-04-27 17:50:50 +01:00
parent 582747d2ed
commit 1a99917556
1 changed files with 4 additions and 1 deletions

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;