pxt-arcade icon indicating copy to clipboard operation
pxt-arcade copied to clipboard

Next button gets cut off in Spanish view, assuming other languages as well

Open unthinkmedia opened this issue 3 years ago • 3 comments

Describe the bug Button label for Next button gets cut off in Spanish

To Reproduce Steps to reproduce the behavior:

  1. Go to any skill map
  2. Click on set language to spanish
  3. Scroll down to next button
  4. See error

Expected behavior I should see the entire translated word for "Next"

Screenshots Screen Shot 2022-10-14 at 12 34 36 PM

unthinkmedia avatar Oct 14 '22 16:10 unthinkmedia

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.

unthinkmedia avatar Oct 14 '22 16:10 unthinkmedia

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)

jwunderl avatar Oct 14 '22 16:10 jwunderl

There are targets which use older layout, like microbit through a key. Please ensure they work with the changes as well.

abchatra avatar Oct 14 '22 17:10 abchatra