We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f1e79c commit e5e9782Copy full SHA for e5e9782
1 file changed
packages/libs/coreui/src/components/containers/NoteBox.tsx
@@ -12,7 +12,7 @@ export interface Props {
12
const baseCss = css`
13
border-left: 0.35em solid var(--note-box-border-color);
14
border-radius: 0.25em;
15
- padding: 1em 3em;
+ padding: 0.5em 3em;
16
background: var(--note-box-bg-color);
17
gap: 1em;
18
margin-bottom: 1em;
0 commit comments