pxt-arcade
pxt-arcade copied to clipboard
Next button gets cut off in Spanish view, assuming other languages as well
Describe the bug Button label for Next button gets cut off in Spanish
To Reproduce Steps to reproduce the behavior:
- Go to any skill map
- Click on set language to spanish
- Scroll down to next button
- See error
Expected behavior I should see the entire translated word for "Next"
Screenshots

Removing 7rem CSS rule from .tutorial-controls .ui.button worked in-browser dev tools to show the entire label, but not sure if there restriction was there for another purpose.
That rule shouldn't be necessary anymore / is a leftover from old tutorial layout, can probably just delete it (after testing different layouts real quick)
There are targets which use older layout, like microbit through a key. Please ensure they work with the changes as well.