Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(codeblock): Add border radius
Contributes to: #6152

Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- authored and backportbot[bot] committed Sep 24, 2024
commit 2ee4a6f70f4fae482c34326aba49a69bff763cc9
1 change: 1 addition & 0 deletions src/nodes/CodeBlockView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ export default {
<style lang="scss" scoped>
.code-block {
background-color: var(--color-background-dark);
border-radius: var(--border-radius);
}

.code-block-header {
Expand Down