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

Translation fixes for 8.5.0 #544

Merged
merged 6 commits into from May 5, 2020
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Spring promo modal text links use space-around

  • Loading branch information
benstrumeyer committed May 5, 2020
commit 7813a0794dedfe5ae6fbd9caa2ba8e5ddb6cedaa
@@ -155,7 +155,7 @@ $condensed-font-family: Roboto Condensed, "Open Sans", "Helvetica Neue", Helveti

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

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