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

This commit is contained in:
Muhsin Keloth 2022-01-14 00:27:12 +05:30 committed by GitHub
parent 7fcac532df
commit 359caf754c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -340,6 +340,9 @@ export default {
.merege-summary--card {
padding: var(--space-normal);
}
.contact--bio {
word-wrap: break-word;
}
.button--contact-menu {
position: absolute;