Use fixed height in option-input border

This commit is contained in:
rubenmoya
2018-03-14 16:44:03 +01:00
parent 30d7cf0f99
commit e7f9d245c6

View File

@@ -181,7 +181,7 @@
position: absolute;
left: -1px;
width: 1px;
height: calc(100% + 2px);
height: 32px;
content: '';
}