Skip to content

Commit

Permalink
Update src/components/NcNoteCard/NcNoteCard.vue
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux authored Aug 5, 2024
1 parent b4faa07 commit 5f60388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcNoteCard/NcNoteCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export default {
background-color: var(--note-background) !important;
border-inline-start: var(--default-grid-baseline) solid var(--note-theme);
border-radius: var(--border-radius);
margin: 1lh 0;
margin: 1rem 0;
padding: var(--note-card-padding);
display: flex;
flex-direction: row;
Expand Down

0 comments on commit 5f60388

Please sign in to comment.