We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c09e29b commit cef3c82Copy full SHA for cef3c82
packages/components/src/toolbar/toolbar.styles.ts
@@ -48,6 +48,8 @@ export const toolbarStyles: FoundationElementTemplate<
48
display: inline-flex;
49
flex-flow: row wrap;
50
justify-content: flex-start;
51
+ width: 100%;
52
+ height: 100%;
53
}
54
55
:host([orientation='vertical']) .positioning-region {
0 commit comments