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-2232: Adjust design for translations #684

Merged
merged 1 commit into from Feb 10, 2021
Merged
Changes from all commits
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Fix back button on success screen. Fix dropdown option description ov…

…erflowing to second line
  • Loading branch information
benstrumeyer committed Feb 9, 2021
commit eeffe0af6907f4836c5b53bc87e8c2f2fcaf7632
@@ -119,6 +119,7 @@
flex-direction: column;
align-items: center;
justify-content: center;
width: 300px;
}

@mixin option-font {
@@ -37,7 +37,7 @@
display: flex;
width: 68px;
margin-top: 142px;
@include breakpoint(medium down) {
@include breakpoint(large down) {
margin-top: 100px;
}
.SuccessView__back {
ProTip! Use n and p to navigate between commits in a pull request.