Skip to content

Commit

Permalink
Merge pull request #6457 from nextcloud/backport/6456/stable29
Browse files Browse the repository at this point in the history
[stable29] fix(codeblock): Add border radius
  • Loading branch information
mejo- authored Sep 24, 2024
2 parents 588c02d + 2ee4a6f commit a5aeef9
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 @@ -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

0 comments on commit a5aeef9

Please sign in to comment.