Fix drop-down layout issue

Closes bug 1461008

Change-Id: I83629fc8181de93818db3c7355132c9575f1ee46
This commit is contained in:
Ilya Shakhat 2015-06-02 13:31:49 +03:00
parent b304b11512
commit ebaaa7e414

View File

@ -99,7 +99,11 @@ div.drop label {
.drop {
height: 30px;
float: left;
margin-right: 20px;
margin-right: 23px;
}
.drop:last-child {
margin-right: 0;
}
.drop label {