Go to content->articles
Edit an already created article.
Click on 'Associations'.
Click on 'Select Target'.
Modal opens. Go to search text, its label is shown half.
The label should be shown below. If it is shown upwards then it should be visible properly
The issue is with the css
It should be
[id="filter[search]-desc"] {
top: 100%;
font-size: 0.875rem; }
instead of
[id="filter[search]-desc"] {
bottom: 100%; }
when the search button is in a modal view.
Trying to find a way to solve this.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-11-09 23:07:50 |
Closed_By | ⇒ | Quy |
Please test PR #27035
Confirmed. Same for Category and certainly others.