From 7d16e0a257bd0b9913f789d4aab3beac5847b3d0 Mon Sep 17 00:00:00 2001 From: silverwind Date: Sat, 10 Feb 2024 18:44:51 +0100 Subject: [PATCH] Remove obsolete border-radius on comment content --- web_src/css/repo.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/web_src/css/repo.css b/web_src/css/repo.css index 55c6ec4817187..610c3fcb5596c 100644 --- a/web_src/css/repo.css +++ b/web_src/css/repo.css @@ -2289,10 +2289,6 @@ padding: 1em; } -.comment-body .markup { - border-radius: 0 0 var(--border-radius) var(--border-radius); /* don't render outside box */ -} - .edit-label.modal .form .column, .new-label.modal .form .column { padding-right: 0;