fix: Update contact bio style to solve overflow (#3753)

This commit is contained in:
Muhsin Keloth
2022-01-13 10:57:12 -08:00
committed by GitHub
parent 7fcac532df
commit 359caf754c
@@ -340,6 +340,9 @@ export default {
.merege-summary--card {
padding: var(--space-normal);
}
.contact--bio {
word-wrap: break-word;
}
.button--contact-menu {
position: absolute;