diff --git a/app/server/static/assets/css/annotation.css b/app/server/static/assets/css/annotation.css index f7f6abf6..bfce8bca 100644 --- a/app/server/static/assets/css/annotation.css +++ b/app/server/static/assets/css/annotation.css @@ -162,7 +162,7 @@ body { } .content .text-sequence { - white-space: normal; /* Not render newlines for sequence labelling */ + white-space: pre-wrap; /* Not render newlines for sequence labelling */ height: auto; }