Fix small UI issue with repo toggle
This commit is contained in:
parent
fb43c1fb10
commit
f2dff3a7e1
4 changed files with 10 additions and 5 deletions
|
@ -1,7 +1,3 @@
|
|||
.repo-list-table {
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.repo-list-table .repo-name-icon .avatar {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
|
|
@ -2,3 +2,7 @@
|
|||
float: right;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.repo-list-view-element {
|
||||
min-height: 40px;
|
||||
}
|
Reference in a new issue