Fix combo caret alignment

This commit is contained in:
Quincy Morgan
2020-09-11 12:19:47 -04:00
parent 992443753b
commit 7165350a9b
+3 -2
View File
@@ -2200,10 +2200,11 @@ div.combobox {
.combobox-caret {
display: inline-block;
position: relative;
height: 100%;
height: 5px;
width: 30px !important;
margin-left: -30px;
vertical-align: top;
align-self: center;
vertical-align: middle;
cursor: pointer;
}
.ideditor[dir='rtl'] .combobox-caret {