Skip to content

Commit 12b905d

Browse files
committed
fix: style
1 parent 8e083e0 commit 12b905d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

frontend/src/angular/src/app/function-search/function-search.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</div>
5454
</div>
5555
} @else {
56-
<p>{{response}}</p>
56+
<p class="result-text">{{response}}</p>
5757
<!--
5858
<mat-tree
5959
[dataSource]="dataSource"

frontend/src/angular/src/app/function-search/function-search.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@
5555
color: #ff0000;
5656
}
5757

58+
.result-text {
59+
white-space: pre;
60+
}
61+
5862
.example-tree-invisible {
5963
display: none;
6064
}

0 commit comments

Comments
 (0)