fix: Update contact bio style to solve overflow (#3753)
This commit is contained in:
parent
7fcac532df
commit
359caf754c
1 changed files with 3 additions and 0 deletions
|
@ -340,6 +340,9 @@ export default {
|
|||
.merege-summary--card {
|
||||
padding: var(--space-normal);
|
||||
}
|
||||
.contact--bio {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.button--contact-menu {
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in a new issue