Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit dc9cb24

Browse files
committed
fix(NotificationTray): make Dropdown flex
1 parent 6ed15ff commit dc9cb24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Notification/NotificationTray.react.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ function NotificationTray(props: Props): React.Node {
3333
position="bottom-end"
3434
arrow={true}
3535
arrowPosition="right"
36+
flex
3637
items={
3738
<React.Fragment>
3839
{(notifications &&

0 commit comments

Comments
 (0)