Skip to content

Commit

Permalink
Add border radius
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr committed Aug 29, 2022
1 parent cac211d commit 24f1714
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NcContent/NcContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export default {
margin-top: 50px;
display: flex;
width: calc(100% - var(--body-container-margin) * 2);
border-radius: var(--body-container-radius);
height: var(--body-height);
overflow: hidden;
padding: 0;
Expand Down

0 comments on commit 24f1714

Please sign in to comment.