Skip to content

Commit 4e96a2c

Browse files
committed
fix(overflow-menu): positioning bugs
1 parent b77f9b3 commit 4e96a2c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/dialog/overflow-menu/overflow-menu.stories.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { storiesOf, moduleMetadata } from "@storybook/angular";
2-
import { withKnobs, boolean, number } from "@storybook/addon-knobs/angular";
2+
import { withKnobs, boolean, number } from "@storybook/addon-knobs";
33

44
import { DialogModule } from "../../";
55

@@ -60,7 +60,8 @@ storiesOf("Overflow Menu", module)
6060
.add("Dynamic", () => ({
6161
template: `
6262
<span>
63-
Dynamic <code style="font-family: monospace;">OverflowMenu</code>, using the <code style="font-family: monospace;">optionCount</code> knob <br/>
63+
Dynamic <code style="font-family: monospace;">OverflowMenu</code>,
64+
using the <code style="font-family: monospace;">optionCount</code> knob <br/>
6465
to change the number of menu options
6566
</span>
6667
<ibm-overflow-menu>

0 commit comments

Comments
 (0)