Skip to content

Commit f3aa9c2

Browse files
committed
Merge remote-tracking branch 'origin/release/v11.2.3' into release/v11.2.3
2 parents 6f3e0e8 + f8e049b commit f3aa9c2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

frontend/src/app/app-management/utm-api-doc/utm-api-doc.component.scss

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
.utm-api-doc {
2-
//max-height: 800px;
3-
//overflow-y: scroll;
1+
:host {
2+
display: flex;
3+
flex-direction: column;
4+
flex: 1 1 auto;
5+
min-height: 0;
6+
height: 100%;
47
}
58

69
span.method {

0 commit comments

Comments
 (0)