We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0234dc0 commit def84b6Copy full SHA for def84b6
projects/js-packages/charts/src/components/line-chart/stories/annotation.stories.tsx
@@ -180,7 +180,7 @@ const customTopAnnotationArgs: Partial< LineChartAnnotationProps > = {
180
display: 'flex',
181
alignItems: 'center',
182
gap: '6px',
183
- lineHeight: '22px',
+ paddingBlock: '0.25rem ',
184
} }
185
>
186
<DeployedIcon />
@@ -231,7 +231,7 @@ const customBottomAnnotationArgs: Partial< LineChartAnnotationProps > = {
231
232
233
234
235
236
237
<AlertIcon />
0 commit comments