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

Bugfix/gh 1677/shorten russian translations #400

Merged
merged 2 commits into from Jun 21, 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

Adjust summary view container spacing so it looks ok whether page sta…

…ts take up one or two lines
  • Loading branch information
wlycdgr committed Jun 21, 2019
commit f00295a87b859a2b7362d334d56e61a7a3338fad
@@ -38,7 +38,7 @@ $cliqz-feature--darker-gray: #a4a4a4;
.CliqzFeature__feature-name {
text-align: center;
font-size: 11px;
line-height: 16px;
line-height: 21px;
font-weight: 600;
transition: color 0.25s ease-out;

@@ -72,7 +72,7 @@
}

.Summary__pageStatsContainer {
margin-bottom: 40px;
margin-bottom: 30px;
}

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