Skip to content

Commit e5e9782

Browse files
committed
Reduce top/bottom padding
1 parent 8f1e79c commit e5e9782

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/libs/coreui/src/components/containers

packages/libs/coreui/src/components/containers/NoteBox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export interface Props {
1212
const baseCss = css`
1313
border-left: 0.35em solid var(--note-box-border-color);
1414
border-radius: 0.25em;
15-
padding: 1em 3em;
15+
padding: 0.5em 3em;
1616
background: var(--note-box-bg-color);
1717
gap: 1em;
1818
margin-bottom: 1em;

0 commit comments

Comments
 (0)