Skip to content

Commit

Permalink
Merge pull request #479 from LiskHQ/472-rendering-issue-in-safari
Browse files Browse the repository at this point in the history
Fix a rendering issue in delegateList-Safari - Closes #472
  • Loading branch information
reyraa authored Feb 26, 2018
2 parents df5a7e3 + 9c3919e commit 3979cc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/delegateList/delegateList.css
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@
color: var(--color-grayscale-dark);
font-size: 16px;
font-weight: 400;
transform: translateZ(0);

&:last-child {
font-weight: 300;
Expand Down Expand Up @@ -367,7 +368,7 @@
@media (--xLarge-viewport) {
.delegatesList {
& .row {
padding: 0px var(--grid-padding-L);
padding: 11px var(--grid-padding-L);
}
}
}
Expand Down

0 comments on commit 3979cc7

Please sign in to comment.