Translation progress not displaying anymore
Ellpeck opened this issue · 2 comments
Describe the bug
The translation progress is not being displayed anymore on the Translations web view since one of the recent updates. It seems like the height
being set to auto
here causes the progress bar's height to be displayed as 0. As you can see in the screenshots, setting a specific height for this element using dev tools causes the progress bar to be displayed again.
To Reproduce
Steps to reproduce the behavior:
- Go to 'Translations'
- See error
Expected behavior
The translation progress should display next to each language like it used to.
Environment (please complete the following information):
- Device: Desktop
- OS: Windows 10
- Browser: Chrome
- Version: 0.19.1
Still experience the same issue. The progress bar is styled with height: auto, which currently causes a height of 0.
(Experienced with the current docker image.)