Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-1895 and GH-1896: CSS and string fixes for Edge #487

Merged
merged 3 commits into from Dec 17, 2019
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Prev
Text link container CSS fix for Edge
  • Loading branch information
wlycdgr committed Dec 16, 2019
commit 6d5d4612b5ff532f41ffa130f7abc3e4ae3e54e6
@@ -152,7 +152,7 @@ $condensed-font-family: Roboto Condensed, "Open Sans", "Helvetica Neue", Helveti

.PremiumPromoModal__text-link-container {
display: flex;
justify-content: space-evenly;
justify-content: space-around; // Edge does not support space-evenly
}

.PremiumPromoModal__text-link {
ProTip! Use n and p to navigate between commits in a pull request.