Skip to content

Commit

Permalink
Fix bugster chat pre tag spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsharE committed Dec 10, 2024
1 parent 1d6c00c commit 919b562
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions mkdocs_bs5/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -636,9 +636,6 @@ table .table-light th {
font-size: 13px;
padding: 15px;
}
.bugster-chat .bugster-dialog-text .content pre:last-child {
margin-bottom: 0;
}
.bugster-chat .bugster-dialog-text .content pre code {
background-color: #2E3440;
}
Expand Down
4 changes: 0 additions & 4 deletions mkdocs_bs5/assets/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -740,10 +740,6 @@ table .table-light th {
font-size: 13px;
padding: 15px;

&:last-child {
margin-bottom: 0;
}

code {
background-color: #2E3440;

Expand Down

0 comments on commit 919b562

Please sign in to comment.