Fix small UI issue with repo toggle

This commit is contained in:
Joseph Schorr 2016-01-11 14:05:41 -05:00
parent fb43c1fb10
commit f2dff3a7e1
4 changed files with 10 additions and 5 deletions

View file

@ -2,3 +2,7 @@
float: right;
margin-bottom: 10px;
}
.repo-list-view-element {
min-height: 40px;
}