From 56bf5289c38a78666f8a4bf35f22005f7283e5dc Mon Sep 17 00:00:00 2001 From: Alexander Zaytsev Date: Wed, 17 Dec 2025 10:20:16 +0100 Subject: [PATCH] Use `display: contents` instead of `flex` --- app/assets/stylesheets/comments.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/comments.css b/app/assets/stylesheets/comments.css index 7a434716e..45b5885f9 100644 --- a/app/assets/stylesheets/comments.css +++ b/app/assets/stylesheets/comments.css @@ -162,13 +162,13 @@ display: none; .comments--system-expanded & { - display: flex; + display: contents; } } /* Show the last system comment */ :nth-last-child(1 of .comment-wrapper--system) { - display: flex; + display: contents; .comment__history { display: grid;