Change git remote/branch textbox width

This commit is contained in:
JonnyWong16 2016-10-13 21:40:26 -07:00 committed by JonnyWong16
parent 1b1e4639fd
commit abe75c9744

View file

@ -3143,8 +3143,8 @@ a:hover .overlay-refresh-image:hover {
border-bottom-color: transparent;
}
.git-group input.form-control {
width: 40%;
width: 50%;
}
.git-group select.form-control {
width: 60%;
width: 50%;
}