We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cac211d commit 24f1714Copy full SHA for 24f1714
src/components/NcContent/NcContent.vue
@@ -85,6 +85,7 @@ export default {
85
margin-top: 50px;
86
display: flex;
87
width: calc(100% - var(--body-container-margin) * 2);
88
+ border-radius: var(--body-container-radius);
89
height: var(--body-height);
90
overflow: hidden;
91
padding: 0;
0 commit comments