Fix scoped issue labels
This commit is contained in:
parent
08faa6bdc8
commit
f7242ce6f8
1 changed files with 9 additions and 0 deletions
|
@ -55,6 +55,15 @@ div.page-content.user.profile div.ui.container div.ui.stackable.grid div.ui.four
|
||||||
padding-top: 7px;
|
padding-top: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Fix scoped issue labels */
|
||||||
|
.scope-parent > .scope-left {
|
||||||
|
border-radius: 100px 0 0 100px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.scope-parent > .scope-right {
|
||||||
|
border-radius: 0 100px 100px 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* === Verified Users and Organizations === */
|
/* === Verified Users and Organizations === */
|
||||||
|
|
||||||
/** ===== Organizations ===== **/
|
/** ===== Organizations ===== **/
|
||||||
|
|
Reference in a new issue