Allow line-breaks in bio metadata

master
kibigo! 8 years ago
parent ddafde942c
commit ab4632a41e
  1. 1
      app/javascript/styles/components.scss

@ -935,6 +935,7 @@
& > div {
max-height: 40px;
overflow-y: auto;
white-space: pre-wrap;
text-overflow: ellipsis;
}
}

Loading…
Cancel
Save