You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 autohere 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.
Screenshots
Environment (please complete the following information):
Device: Desktop
OS: Windows 10
Browser: Chrome
Version: 0.19.1
The text was updated successfully, but these errors were encountered:
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.)
@adkif can you please setup this project locally and take a look into this issue? Please ask @rahul-rathore-576 for help with setup / running. Thank you!
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 toauto
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:
Expected behavior
The translation progress should display next to each language like it used to.
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: