mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
Campaign view: fix level titles getting cut off
E.g.: 
This commit is contained in:
parent
15bcae8a17
commit
11ba5333d4
1 changed files with 2 additions and 3 deletions
|
@ -182,7 +182,7 @@ $gameControlMargin: 30px
|
|||
border-radius: $levelClickRadius
|
||||
|
||||
.tooltip
|
||||
z-index: 2
|
||||
z-index: 3
|
||||
pointer-events: none
|
||||
|
||||
.tooltip-arrow
|
||||
|
@ -402,7 +402,7 @@ $gameControlMargin: 30px
|
|||
|
||||
.player-name
|
||||
margin-left: 45px
|
||||
|
||||
|
||||
a
|
||||
color: white
|
||||
|
||||
|
@ -624,4 +624,3 @@ body.ipad #campaign-view
|
|||
|
||||
body[lang='ru'] .portals h2
|
||||
font-size: 26px
|
||||
|
||||
|
|
Loading…
Reference in a new issue