1
0
Fork 0
forked from forgejo/forgejo

Add word-break to organization name and description (#26624)

Fix #24318

Before:

![image](38282e5e-0b4d-4568-a853-59352798e826)

![image](79d89ee6-61f6-45a7-af0b-d1c23fead25a)

![image](39b45fae-52e2-4697-b83a-7cd10f76ac43)

After:

![image](09e8cfcf-0150-494e-9f63-0868f529da65)

![image](d2c348d3-fe03-466a-a5f4-878b7a93a318)

![image](7f75b807-300c-42d5-b2c3-bae9e45e3c08)

![image](06eca901-f5cf-4100-bb65-92457ad106e3)
This commit is contained in:
yp05327 2023-10-25 19:40:39 +09:00 committed by GitHub
parent 3602a1987d
commit f39256f035
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 3 deletions

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) {