Make summaries and bios wrap (#833)

This commit is contained in:
Robert
2023-01-06 13:49:57 +01:00
committed by GitHub
parent b4236b9a95
commit e8e11257d2
2 changed files with 2 additions and 0 deletions

View File

@@ -1089,6 +1089,7 @@ export default {
.description {
line-height: 1.3;
overflow-wrap: break-word;
margin-top: var(--spacing-card-sm);
margin-bottom: 0.5rem;

View File

@@ -596,6 +596,7 @@ export default {
.bio {
display: block;
overflow-wrap: break-word;
}
.secondary-stat {