Allow line-breaks in bio metadata
parent
cdcb74ffb6
commit
d2deae630d
|
@ -935,6 +935,7 @@
|
||||||
& > div {
|
& > div {
|
||||||
max-height: 40px;
|
max-height: 40px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
white-space: pre-wrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue