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
In the editor is on the top a publish dropdown list. This list at the moment has fixed max width of 150 pixels. In some languages, the translation is much wider than this.
The width is set in the code when creating a new Dropdown class instance. If this is omitted or maybe dropdownWidth is set to "max-content" it works well.
The text was updated successfully, but these errors were encountered:
In the editor is on the top a publish dropdown list. This list at the moment has fixed max width of 150 pixels. In some languages, the translation is much wider than this.
The width is set in the code when creating a new Dropdown class instance. If this is omitted or maybe dropdownWidth is set to "max-content" it works well.
The text was updated successfully, but these errors were encountered: