Browse Source
Merge pull request #817 from buriy/fix_seq_labeling
Display newlines for sequence-labeling projects in old frontend
pull/821/head
Hiroki Nakayama
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
app/server/static/assets/css/annotation.css
|
@ -162,7 +162,7 @@ body { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.content .text-sequence { |
|
|
.content .text-sequence { |
|
|
white-space: normal; /* Not render newlines for sequence labelling */ |
|
|
|
|
|
|
|
|
white-space: pre-wrap; /* Not render newlines for sequence labelling */ |
|
|
height: auto; |
|
|
height: auto; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|