Skip to content

Commit

Permalink
Merge pull request #6456 from nextcloud/backport/stable30/fix/code_bl…
Browse files Browse the repository at this point in the history
…ock_border_radius

[stable30] fix(codeblock): Add border radius
  • Loading branch information
mejo- authored Sep 24, 2024
2 parents 4f88bec + 2fc8fb5 commit 05532c7
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);
}
.code-block-header {
Expand Down

0 comments on commit 05532c7

Please sign in to comment.