Skip to content

Commit

Permalink
Reduce top/bottom padding
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfalke committed Nov 22, 2024
1 parent 8f1e79c commit e5e9782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/libs/coreui/src/components/containers/NoteBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export interface Props {
const baseCss = css`
border-left: 0.35em solid var(--note-box-border-color);
border-radius: 0.25em;
padding: 1em 3em;
padding: 0.5em 3em;
background: var(--note-box-bg-color);
gap: 1em;
margin-bottom: 1em;
Expand Down

0 comments on commit e5e9782

Please sign in to comment.