fix level title overflow and math card overflow

This commit is contained in:
Juraj Michalek
2014-12-30 07:53:05 +00:00
parent e4f151e31b
commit 224e005b8c
3 changed files with 5 additions and 7 deletions

View File

@@ -116,7 +116,7 @@ var mathCards = {
'ten': {
'arabic': '10',
'roman': 'X',
'math': '4*2+2',
'math': '5*2',
'japanese': '十'
}
};