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

Commit

Permalink
fix(NotificationTray): make Dropdown flex
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthomp committed Jun 2, 2018
1 parent 6ed15ff commit dc9cb24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Notification/NotificationTray.react.js
Expand Up @@ -33,6 +33,7 @@ function NotificationTray(props: Props): React.Node {
position="bottom-end"
arrow={true}
arrowPosition="right"
flex
items={
<React.Fragment>
{(notifications &&
Expand Down

0 comments on commit dc9cb24

Please sign in to comment.