Fix overflow on org header (#32837)

This commit is contained in:
silverwind 2024-12-14 07:50:12 +01:00 committed by GitHub
parent cc5ff98e0d
commit 1a07ebe549
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 7 deletions

View file

@ -93,11 +93,6 @@
margin-right: 15px;
}
.page-content.organization #org-info {
overflow-wrap: anywhere;
flex: 1;
}
.page-content.organization #org-info .ui.header {
display: flex;
align-items: center;