Skip to content

Commit 8092251

Browse files
authored
Left-align review comments (#23937)
Small extract from #23553 for 1.19: Before: <img width="1190" alt="Screenshot 2023-04-05 at 21 47 55" src="https://user-images.githubusercontent.com/115237/230190330-3cee8904-8558-43ea-b9d3-424d807d0b73.png"> After: <img width="1181" alt="Screenshot 2023-04-05 at 21 47 38" src="https://user-images.githubusercontent.com/115237/230190315-c1c3cae5-1bc3-4c2d-bd3d-c119fa01be82.png">
1 parent 55239cb commit 8092251

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web_src/css/review.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@
6161
.comment-code-cloud {
6262
padding: 0.5rem 1rem !important;
6363
position: relative;
64-
margin: 0 auto;
65-
max-width: 1000px;
64+
max-width: 820px;
6665
}
6766

6867
@media (max-width: 767px) {

0 commit comments

Comments
 (0)