mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Bug fix for long hero button text in Russian for #1918
This commit is contained in:
parent
c43ddda235
commit
f2459f1b39
1 changed files with 4 additions and 0 deletions
|
@ -417,3 +417,7 @@ body.ipad #play-heroes-modal
|
||||||
// iPad is Python-only for now, and has its own reset button.
|
// iPad is Python-only for now, and has its own reset button.
|
||||||
.form
|
.form
|
||||||
display: none
|
display: none
|
||||||
|
|
||||||
|
body[lang='ru']
|
||||||
|
#play-heroes-modal #confirm-button
|
||||||
|
font-size: 14px
|
||||||
|
|
Loading…
Reference in a new issue