[bugfix/frontend] Break word on profile field names and values (#2551)

This commit is contained in:
tobi 2024-01-21 12:21:37 +01:00 committed by GitHub
parent 7f6b37ea4d
commit bc51ec7d1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -244,6 +244,10 @@
flex-direction: column;
border-bottom: 0.1rem solid $gray2;
> dt, > dd {
word-break: break-word;
}
&:first-child {
border-top: 0.1rem solid $gray2;
}