Skip to content

Commit

Permalink
Fix Notifications example on IE [#155240782]
Browse files Browse the repository at this point in the history
  • Loading branch information
reidmit committed Feb 16, 2018
1 parent b5f2a89 commit 4037c89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/css/dropdowns/dropdowns.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@

.dropdown-menu {
width: initial;
width: auto;
}
}

Expand Down
1 change: 1 addition & 0 deletions src/css/media/media.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

.media-body {
flex: 1;
flex-basis: auto;
}

// Reset margins on headings for tighter default spacing
Expand Down

0 comments on commit 4037c89

Please sign in to comment.