Edit an article and open the Save-Dropdown.
The dropdown is in a line with the left border of the save button.
The Dropdown contains the whole text of the options
If your language is English, The dropdown seems to be offset to the left side.
If your language is german or another language with longer words, the text overflows the dropdown
Win10,
firefox, edge
Default system settings for fonts and display
Labels |
Added:
J4 Issue
|
Status | New | ⇒ | Confirmed |
A quick solution for the second point would be to shorten the text in the dropdown. But not sure if this helps always.
Speichern
... & Neu
... & Schließen
That would only resolve it for german and not any other language that has a longer text ;)
For many languages .. but it would be only dealing with symptoms. And not sure what happens with rtl languages.
That would only resolve it for german and not any other language that has a longer text ;)
yes
plus the text of
3rd party custom buttons will not fit either
we have added override of the default CSS
which also seems to work with RTL
#toolbar .buttons.btn-group > ul.dropdown-menu {
min-width: 100% !important;
width: auto !important;
top: 100% !important;
left: auto !important;
transform: unset !important;
}
any better solution is welcome
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-09-05 12:21:16 |
Closed_By | ⇒ | franz-wohlkoenig |
Closed_By | franz-wohlkoenig | ⇒ | joomla-cms-bot |
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/22012
Confirmed