Skip to content

Commit db701f0

Browse files
Benjamin Wilson Friedmanflovilmart
Benjamin Wilson Friedman
authored andcommitted
Fixed issue where icons where half cut off on firefox (#438)
1 parent 2092b33 commit db701f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

css/lib/docs/components/_docs-platform.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@
6969
svg, img{
7070
display:block;
7171
position: absolute;
72-
top: 50%;
73-
transform: translateY(-50%);
72+
top: 25%;
7473
right: $docs-platform-uniform-padding-h;
7574
}
7675
}

0 commit comments

Comments
 (0)