Skip to content

Commit cef3c82

Browse files
authored
Fix jp-toolbar.positioning-region not filling jp-toolbar size (#60)
1 parent c09e29b commit cef3c82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/components/src/toolbar/toolbar.styles.ts

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ export const toolbarStyles: FoundationElementTemplate<
4848
display: inline-flex;
4949
flex-flow: row wrap;
5050
justify-content: flex-start;
51+
width: 100%;
52+
height: 100%;
5153
}
5254
5355
:host([orientation='vertical']) .positioning-region {

0 commit comments

Comments
 (0)