Skip to content

Commit 73487f0

Browse files
XanderVertegaalCopilot
andcommitted
Apply text-nowrap to content elements
Co-authored-by: Copilot <copilot@github.com>
1 parent 36b1110 commit 73487f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/src/app/annotate/annotation-parse-results/parse-tree-table/tree-node.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<small>{{ node().leaf?.ner }}</small>
2828
</div>
2929
@if (node().content; as nodeContent) {
30-
<div [innerHTML]="nodeContent | subscript"></div>
30+
<div [innerHTML]="nodeContent | subscript" class="text-nowrap"></div>
3131
}
3232
</div>
3333
} @case ('var') {
@@ -52,7 +52,7 @@
5252
}
5353
@if (node().content; as nodeContent) {
5454
<span
55-
class="mb-0"
55+
class="mb-0 text-nowrap"
5656
[innerHTML]="nodeContent | selectiveUpperCase: treeType() | subscript"
5757
></span>
5858
}

0 commit comments

Comments
 (0)