diff --git a/src/components/post/post.module.css b/src/components/post/post.module.css index 022a05b7..ea7ac08b 100644 --- a/src/components/post/post.module.css +++ b/src/components/post/post.module.css @@ -311,6 +311,13 @@ background-color: var(--post-mobile-background-color); } +/* clearfix to the container of the floatied elements to contain them */ +.replyMobile .replyContainer::after { + content: ""; + display: table; + clear: both; +} + .replyMobile .postInfo { padding: 5px; border-bottom: var(--post-mobile-info-border-bottom);