-
-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Menu entry in german translation cut off #28
Comments
It seems to be a problem with the length. We need to check of Photon behavior later. |
This panel on Lepton should set wide width because toolItem is too fit to add icon. So, It needs to modify width of the panel. #appMenu-popup panelview {
width: 30em !important; /* can modify panel width, original: 22.5em */
} |
The german language string set by Firefox is de only (checked for both Linux and Windows). /* Sample Code */
:root[lang="de"] #appMenu-popup panelview {
width: 23em !important; /* can modify panel width, original: 22.5em */
} |
@SimYunSup LGTM |
Fix: Panel - Fix text cut off in some language #28
Once we adjusted the default panel size. |
Describe the bug
The menu entry "Neues privates Fenster" is shrinked to "Neues privates Fens...".
See the attached screenshot
Expected behavior
"Neues privates Fens..." should appear as "Neues privates Fenster"
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: