Labels |
Added:
?
|
Category | ⇒ | Layout |
Status | New | ⇒ | Discussion |
@C-Lodder your description of the intended behaviour seems correct
I'd rather just the dropdown expanded than the whole thing.
The problem is that the max-width of 100% doesnt do that without also breaking the layout as I described.
Setting
custom-select {
max-width: 240px;
}
resolves that.
Or am I talking rubbish?
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-12-30 11:16:06 |
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/17817
It's overlapping because it does have a
max-width
.If I remove the
max-width
, the selectbox will become as long as the longest option. Id rather just the dropdown expanded than the whole thing.So this was intentional