Skip to content

Commit ef873f3

Browse files
committed
lint
1 parent 8bd2b1c commit ef873f3

File tree

1 file changed

+3
-3
lines changed
  • x-pack/platform/packages/shared/kbn-elastic-assistant/impl/tour/elastic_llm

1 file changed

+3
-3
lines changed

x-pack/platform/packages/shared/kbn-elastic-assistant/impl/tour/elastic_llm/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ const ElasticLLMCostAwarenessTourComponent: React.FC<Props> = ({
153153
>
154154
{wrapper ? (
155155
<div
156-
css={css`
157-
padding-left: ${euiTheme.size.m};
158-
`}
156+
style={{
157+
paddingLeft: euiTheme.size.m
158+
}}
159159
>
160160
{children}
161161
</div>

0 commit comments

Comments
 (0)