Login to frontend of Joomla 4.0.0b4 as super admin
Edit any article
Select the publishing Tab
Note the dropdown for Category
Note the X next to the arrows down selector - far too close
X to be somewhere else and not so close to the dropdown
Labels |
Added:
?
|
this is due to this css
.choices__button_joomla::before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
text-align: center;
text-indent: 0;
content: "\00d7";
}
If I correct with
.choices__button_joomla::before {
position: absolute;
top: 0;
right: 2rem;
bottom: 0;
left: auto;
display: block;
text-align: center;
text-indent: 0;
content: "\00d7";
}
it displays fine
(Evidently for RTL it would be the opposite)
Will look if no unwanted consequence and make PR if not.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-09-21 07:43:47 |
Closed_By | ⇒ | infograf768 |
Macintosh, whatever the browser, I confirm.