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.
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.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-10-25 12:38:56 |
Closed_By | ⇒ | Quy |
Duplicate #27907