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

@ -1,7 +1,3 @@
.repo-list-table {
margin-top: 40px;
}
.repo-list-table .repo-name-icon .avatar {
margin-right: 10px;
}

View file

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