From fd3dd5055b55f0eca5bb507cd078459b77a8aa0b Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sat, 28 Jun 2025 16:43:16 +0300 Subject: [PATCH] Remove outdated css rule for changeset comments It was added in 32f86afbebf1219409b1d71a0444ed3c2679d775 when comments were in

, which is no longer the case now. --- app/assets/stylesheets/common.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index b8cb00c9d..342b4df5b 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -627,10 +627,6 @@ tr.turn { padding-bottom: $spacer; margin-bottom: $spacer; border-bottom: 1px solid $grey; - - h4:first-child { - word-wrap: break-word; - } } .browse-section:last-of-type { -- 2.39.5