Skip to content

Commit acd08cd

Browse files
committed
docs(ui-shell): remove unused imports
1 parent 4f3a122 commit acd08cd

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/src/pages/framed/UIShell/HeaderSearch.svelte

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22
import {
33
Header,
44
HeaderUtilities,
5-
HeaderAction,
65
HeaderSearch,
7-
HeaderPanelLinks,
8-
HeaderPanelDivider,
9-
HeaderPanelLink,
106
SkipToContent,
117
Content,
128
Grid,
@@ -114,9 +110,9 @@
114110
Click the button and search for something. Dispatched events are
115111
logged below:
116112
</p>
117-
<div style="overflow-x: scroll;">
113+
<div style:overflow-x="auto">
118114
{#each events as { type, ...rest }}
119-
<div style="display: block; margin-bottom: var(--cds-layout-01)">
115+
<div style:margin-bottom="var(--cds-layout-01)">
120116
<div><strong>on:{type}</strong></div>
121117
{#if Object.keys(rest).length > 0}
122118
<pre>{JSON.stringify(rest, null, 2)}</pre>

0 commit comments

Comments
 (0)