Fix git branch select box height

This commit is contained in:
JonnyWong16 2018-03-10 20:33:18 -08:00
parent 941ce439b4
commit 02cfd8d9b7

View file

@ -3694,6 +3694,7 @@ a:hover .overlay-refresh-image:hover {
} }
.git-group select.form-control { .git-group select.form-control {
width: 50%; width: 50%;
height: 32px;
} }
#changelog-modal .modal-body > h2 { #changelog-modal .modal-body > h2 {
margin-bottom: 10px; margin-bottom: 10px;