There's an issue with the UI that when you change the language to German or from German, you finish the practice and you click continue at the end, the panel to continue to the next lesson becomes so tall that the button to continue ends up outside the view.
Of course, it should not resize like that. So, this needs to be fixed at two levels:
- As a quick patch, use a center container or something to center the content of this panel vertically. So, at least, even if there's this bug that stretches, the parent container users can continue.
- Find why it is resizing this much and address the root cause.
There's an issue with the UI that when you change the language to German or from German, you finish the practice and you click continue at the end, the panel to continue to the next lesson becomes so tall that the button to continue ends up outside the view.
Of course, it should not resize like that. So, this needs to be fixed at two levels: