Skip to content

Commit def84b6

Browse files
committed
Improve story styling
1 parent 0234dc0 commit def84b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/js-packages/charts/src/components/line-chart/stories/annotation.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ const customTopAnnotationArgs: Partial< LineChartAnnotationProps > = {
180180
display: 'flex',
181181
alignItems: 'center',
182182
gap: '6px',
183-
lineHeight: '22px',
183+
paddingBlock: '0.25rem ',
184184
} }
185185
>
186186
<DeployedIcon />
@@ -231,7 +231,7 @@ const customBottomAnnotationArgs: Partial< LineChartAnnotationProps > = {
231231
display: 'flex',
232232
alignItems: 'center',
233233
gap: '6px',
234-
lineHeight: '22px',
234+
paddingBlock: '0.25rem ',
235235
} }
236236
>
237237
<AlertIcon />

0 commit comments

Comments
 (0)