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

Commit

Permalink
make flex work in ie11 (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
andygnewman committed Apr 7, 2017
1 parent b7d4bf5 commit 0218b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/n-ui/typeahead/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

.n-typeahead__group {
padding: $spacing-unit;
flex: 1;
flex: 1 auto;
}

.n-typeahead__item-list,
Expand Down

0 comments on commit 0218b8b

Please sign in to comment.