Skip to content

Commit

Permalink
Merge pull request #6453 from nextcloud/fix/code_block_border_radius
Browse files Browse the repository at this point in the history
fix(codeblock): Add border radius
  • Loading branch information
mejo- authored Sep 24, 2024
2 parents 4a80a5d + c8f8f25 commit 5471b62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nodes/CodeBlockView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ export default {
<style lang="scss" scoped>
.code-block {
background-color: var(--color-background-dark);
border-radius: var(--border-radius);
position: relative;
}
Expand Down

0 comments on commit 5471b62

Please sign in to comment.