Skip to content

Commit

Permalink
Also include the non-accessible toolbar in the vertical CSS rules
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Jun 18, 2024
1 parent 33f26b8 commit c1bb441
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/components/src/toolbar/toolbar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,16 @@
}

}
}

.components-accessible-toolbar,
.components-toolbar {

&[aria-orientation="vertical"] {
flex-direction: column;
align-items: center;
}
}

.components-accessible-toolbar,
.components-toolbar {
.components-button {
position: relative;
height: $block-toolbar-height;
Expand Down

0 comments on commit c1bb441

Please sign in to comment.