?
avatar pnkr
pnkr
25 Oct 2020

Steps to reproduce the issue

Create or edit an article
At my laptop, Lenovo Yoga 530, at the sidebar, the tag select appears wider than the rest and goes out of the border.
screen shot 2020-10-25 at 10 09 25

The CSS problem is at this css class:

.control-group .controls {
position: relative;
flex: 1;
min-width: 210px;
}

a more safe option it would be this

.control-group .controls {
position: relative;
flex: 1;
min-width: 210px;
max-width: 100%;
}

With this second approach it cannot get out of the main area borders.

Votes

# of Users Experiencing Issue
1/1
Average Importance Score
3.00

avatar pnkr pnkr - open - 25 Oct 2020
avatar joomla-cms-bot joomla-cms-bot - labeled - 25 Oct 2020
avatar gostn
gostn - comment - 25 Oct 2020

Duplicate #27907

avatar Quy Quy - change - 25 Oct 2020
Status New Closed
Closed_Date 0000-00-00 00:00:00 2020-10-25 12:38:56
Closed_By Quy
avatar Quy Quy - close - 25 Oct 2020

Add a Comment

Login with GitHub to post a comment