Skip to content

Commit 9063fa0

Browse files
authored
Remove obsolete border-radius on comment content (#29128)
This border-radius is obsolete since we changed the comment rendering a few months ago and it caused incorrect display on blockquotes. Before: <img width="160" alt="Screenshot 2024-02-10 at 18 42 48" src="https://github.com/go-gitea/gitea/assets/115237/ccbf4660-acf9-4268-aad9-1ad49d317a67"> After: <img width="135" alt="Screenshot 2024-02-10 at 18 42 40" src="https://github.com/go-gitea/gitea/assets/115237/6f588e02-3b2a-49ee-b459-81d8068b2f4e">
1 parent 5f5b5ba commit 9063fa0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

web_src/css/repo.css

-4
Original file line numberDiff line numberDiff line change
@@ -2289,10 +2289,6 @@
22892289
padding: 1em;
22902290
}
22912291

2292-
.comment-body .markup {
2293-
border-radius: 0 0 var(--border-radius) var(--border-radius); /* don't render outside box */
2294-
}
2295-
22962292
.edit-label.modal .form .column,
22972293
.new-label.modal .form .column {
22982294
padding-right: 0;

0 commit comments

Comments
 (0)