From 4c1b8e736d103782f6f98f555504a1fda23432eb Mon Sep 17 00:00:00 2001 From: Kris Date: Fri, 8 Jul 2022 10:31:28 -0400 Subject: [PATCH] UX: add border-box to stop padding from overflow (#17391) --- app/assets/stylesheets/mobile/topic-post.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/mobile/topic-post.scss b/app/assets/stylesheets/mobile/topic-post.scss index 8341d41859b..0dabffd02ca 100644 --- a/app/assets/stylesheets/mobile/topic-post.scss +++ b/app/assets/stylesheets/mobile/topic-post.scss @@ -392,6 +392,7 @@ span.highlighted { } .post-notice { + box-sizing: border-box; margin-bottom: 1em; &.old { border-top: none;