Skip to content

Commit 3499cc2

Browse files
committed
Add border radius
Signed-off-by: Julius Härtl <jus@bitgrid.net>
1 parent 9b0e6ac commit 3499cc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/NcContent/NcContent.vue

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ export default {
8585
margin-top: 50px;
8686
display: flex;
8787
width: calc(100% - var(--body-container-margin) * 2);
88+
border-radius: var(--body-container-radius);
8889
height: var(--body-height);
8990
overflow: hidden;
9091
padding: 0;

0 commit comments

Comments
 (0)