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: localization-related UI fixes #686

Merged
merged 8 commits into from Feb 12, 2021

Improve search option container formatting when translated descriptio…

…n copy breaks to a 2nd line
  • Loading branch information
wlycdgr committed Feb 11, 2021
commit c93d82d129ac203e87e87eb86906e081f1a23e13
@@ -30,7 +30,7 @@
display: flex;
width: 68px;
margin-top: 22px;

.ChooseSearchView__back {
margin-top: 8px;
font-size: 16px;
@@ -129,14 +129,18 @@
}

.ChooseSearchView__optionDescriptionTitle {
padding-top: 10px;
line-height: 0.8;
padding-top: 10px;
margin-bottom: 2px;
line-height: 1.0;
font-size: 14px;
font-weight: 500;
text-align: center;
}

.ChooseSearchView__optionDescriptionSubtitle {
font-size: 14px;
line-height: 1.0;
text-align: center;
}

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