Skip to content

Commit

Permalink
Left-align review comments (#23937)
Browse files Browse the repository at this point in the history
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">
  • Loading branch information
silverwind authored Apr 6, 2023
1 parent 55239cb commit 8092251
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web_src/css/review.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@
.comment-code-cloud {
padding: 0.5rem 1rem !important;
position: relative;
margin: 0 auto;
max-width: 1000px;
max-width: 820px;
}

@media (max-width: 767px) {
Expand Down

0 comments on commit 8092251

Please sign in to comment.