Skip to content

Commit

Permalink
Merge pull request #352 from BreakOutEvent/fix-overflow-on-team-page
Browse files Browse the repository at this point in the history
Fix overflow on team page
  • Loading branch information
thepiwo authored May 11, 2019
2 parents 300ada2 + 82bfb33 commit 9064dc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/client/less/_teampage.less
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,8 @@
position: absolute;
top: 15px;
right: 25px;
width: 10px;
width: 20px;
overflow-x: hidden;
text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;

i {
Expand Down

0 comments on commit 9064dc3

Please sign in to comment.