Fix repository settings collobration list display (#2151)

This commit is contained in:
Lauris BH 2017-07-13 06:32:28 +03:00 committed by Bo-Yi Wu
parent 858324c21a
commit a739991b36
2 changed files with 8 additions and 0 deletions

View File

@ -2456,6 +2456,9 @@ footer .ui.language .menu {
.settings .list.email > .item:not(:first-child) {
min-height: 60px;
}
.settings .list.collaborator > .item {
padding: 0;
}
.ui.vertical.menu .header.item {
font-size: 1.1em;
background: #f0f0f0;

View File

@ -1406,6 +1406,11 @@
min-height: 60px;
}
}
&.collaborator {
> .item {
padding: 0;
}
}
}
}