Skip to content
This repository has been archived by the owner on Dec 23, 2017. It is now read-only.

Feature/flexbox fix #225

Merged
merged 8 commits into from
Jun 2, 2015
Merged

Feature/flexbox fix #225

merged 8 commits into from
Jun 2, 2015

Conversation

noahmanger
Copy link
Contributor

I discovered some problems with the way the search field was rendering on IE 10 (and a couple other small inconsistencies). This should fix it all.

$('.twitter-typeahead').css({
display: 'flex',
});
$('.twitter-typeahead').addClass('flex-container').css('display','');
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI need to a class to take advantage of Bourbon's browser prefixing for the display property. And then the css method is to override the fact that the library sets an inline style of display: inline-block.

msecret pushed a commit that referenced this pull request Jun 2, 2015
@msecret msecret merged commit 507291a into develop Jun 2, 2015
@msecret msecret removed the plz-review label Jun 2, 2015
@noahmanger noahmanger deleted the feature/flexbox-fix branch August 3, 2015 22:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants