diff options
author | kibigo! <marrus-sh@users.noreply.github.com> | 2017-06-27 16:18:59 -0700 |
---|---|---|
committer | kibigo! <marrus-sh@users.noreply.github.com> | 2017-06-27 16:20:35 -0700 |
commit | ab4632a41e2c76579c67526315987b25d036673e (patch) | |
tree | 6ffea8c5736ce49e38b3aa791b60824caf0a1f9e /app/javascript/styles | |
parent | ddafde942ca53816c19b0ea0cb40bb1b46cf5668 (diff) |
Allow line-breaks in bio metadata
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/components.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss index a7c982cb2..9bf386c0c 100644 --- a/app/javascript/styles/components.scss +++ b/app/javascript/styles/components.scss @@ -935,6 +935,7 @@ & > div { max-height: 40px; overflow-y: auto; + white-space: pre-wrap; text-overflow: ellipsis; } } |