Skip to content

Commit

Permalink
feat(input-bar): reset margin for blockquote styling
Browse files Browse the repository at this point in the history
  • Loading branch information
olafsulich committed Jan 2, 2025
1 parent cbb012b commit 9eb9ab5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/style/content/conversation/input-bar.less
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,10 @@
padding: 0 16px;
margin: 0;
}

blockquote {
margin: 0;
}
}

.md-heading {
Expand Down

0 comments on commit 9eb9ab5

Please sign in to comment.