Skip to content

Commit

Permalink
fix(ui): blockquote margin
Browse files Browse the repository at this point in the history
  • Loading branch information
tiankaima committed Oct 28, 2024
1 parent e4d4ea1 commit 8d6f5dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/static/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ table .narrow {
.main-body blockquote {
background: #f9f9f9;
border-left: .5em solid #ccc;
margin: 0;
padding: 0 .5em;
margin: 1em 0;
padding: 1em .5em;
overflow: auto;
}
.main-body img {
Expand Down

0 comments on commit 8d6f5dc

Please sign in to comment.