Temporary fix for the Packages page
This commit is contained in:
parent
0546edcce3
commit
d8602dd1d4
1 changed files with 5 additions and 0 deletions
|
@ -55,6 +55,11 @@ div.page-content.user.profile div.ui.container div.ui.stackable.grid div.ui.four
|
||||||
padding-top: 7px;
|
padding-top: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Temporary fix for the Packages page */
|
||||||
|
.page-content.repository:not(.issues.repository.milestones) {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
/* === Verified Users and Organizations === */
|
/* === Verified Users and Organizations === */
|
||||||
|
|
||||||
/** ===== Organizations ===== **/
|
/** ===== Organizations ===== **/
|
||||||
|
|
Reference in a new issue