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 8bd2b1c commit ef873f3Copy full SHA for ef873f3
x-pack/platform/packages/shared/kbn-elastic-assistant/impl/tour/elastic_llm/index.tsx
@@ -153,9 +153,9 @@ const ElasticLLMCostAwarenessTourComponent: React.FC<Props> = ({
153
>
154
{wrapper ? (
155
<div
156
- css={css`
157
- padding-left: ${euiTheme.size.m};
158
- `}
+ style={{
+ paddingLeft: euiTheme.size.m
+ }}
159
160
{children}
161
</div>
0 commit comments