2019-07-29, 11:16 AM
Here prefix box occupy 2 lines, and the selection width is too large.
![[Image: screenshot-17.png]](https://camo.mybb.com/aed763b6518be6135b9616d737c64c4f073e335f/68747470733a2f2f692e706f7374696d672e63632f46523979686e48482f73637265656e73686f742d31372e706e67)
Here the little windows occupy many rows instead of 1 row only.
![[Image: screenshot-18.png]](https://camo.mybb.com/0fbd2b2802d7a251a775c490f988d4e1a604f898/68747470733a2f2f692e706f7374696d672e63632f704c527a66364b592f73637265656e73686f742d31382e706e67)
I'm doing various attempts without fixing it.
Here is where I'm editing:
I hope Vintagedaddyo fix this issue.
Here the little windows occupy many rows instead of 1 row only.
I'm doing various attempts without fixing it.

Here is where I'm editing:
select {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
opacity: 0;
width: 200px;
height: 100%;
position: relative;
z-index: 999;
background: #202020;
color: #a0a0a0;
border: 1px solid #303030;
border-radius: 3px;
font-size: 11px;
cursor: pointer;
}
.selectWrapper {
margin-top: 3px;
margin-bottom: 3px;
position: relative;
width: 200px;
height: 25px;
}
.customSelectCont {
background: #202020;
color: #a0a0a0;
border: 1px solid #303030;
border-radius: 3px;
position: absolute;
left: 0;
top: 0;
width: 200px;
height: 100%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-webkit-sizing: border-box;
padding: 6px 6px 0;
text-align: left;
font-size: 11px;
}
.customSelectCont:after {
font-family: 'FontAwesome';
content: "\f0d7";
color: #fff;
position: absolute;
right: 2px;
top: 2px;
width: 20px;
height: 100%;
padding: 4px 0 0;
background: #0068AF;
border-radius: 3px;
font-size: 14px;
text-align: center;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-webkit-sizing: border-box;
}
But since the theme has too many select properties I think something else should be changed too and it consude me.I hope Vintagedaddyo fix this issue.
