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 4f3a122 commit acd08cdCopy full SHA for acd08cd
docs/src/pages/framed/UIShell/HeaderSearch.svelte
@@ -2,11 +2,7 @@
2
import {
3
Header,
4
HeaderUtilities,
5
- HeaderAction,
6
HeaderSearch,
7
- HeaderPanelLinks,
8
- HeaderPanelDivider,
9
- HeaderPanelLink,
10
SkipToContent,
11
Content,
12
Grid,
@@ -114,9 +110,9 @@
114
110
Click the button and search for something. Dispatched events are
115
111
logged below:
116
112
</p>
117
- <div style="overflow-x: scroll;">
113
+ <div style:overflow-x="auto">
118
{#each events as { type, ...rest }}
119
- <div style="display: block; margin-bottom: var(--cds-layout-01)">
+ <div style:margin-bottom="var(--cds-layout-01)">
120
<div><strong>on:{type}</strong></div>
121
{#if Object.keys(rest).length > 0}
122
<pre>{JSON.stringify(rest, null, 2)}</pre>
0 commit comments