yp05327
2023-10-25 19:40:39 +09:00
committed by GitHub
parent 3602a1987d
commit f39256f035
6 changed files with 6 additions and 3 deletions

View File

@ -1411,6 +1411,7 @@ img.ui.avatar,
.ui.label {
padding: 0.3em 0.5em;
transition: none;
white-space: nowrap;
}
.ui.label,

View File

@ -102,6 +102,7 @@
.organization.profile #org-info {
overflow-wrap: anywhere;
flex: 1;
word-break: break-all;
}
.organization.profile #org-info .ui.header {

View File

@ -2606,6 +2606,7 @@ tbody.commit-list {
justify-content: space-between;
flex-wrap: wrap;
word-break: break-word;
gap: 0.5rem;
}
@media (max-width: 767.98px) {