Skip to content

Commit a6b8fc3

Browse files
brucean52aebadirad
authored andcommitted
DHFPROD-1526 - Beautify trace errors on QuickStart UI (#1718)
* beautified trace error * updated css for error message
1 parent bfbb346 commit a6b8fc3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

quick-start/src/main/ui/app/shared/components/ml-error/ml-error.component.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
.format-string {
88
border: 1px solid rgba(0,0,0,0.10);
99
padding: 10px;
10+
max-height: 300px;
11+
overflow: scroll;
1012
}
1113

1214
.header {

quick-start/src/main/ui/app/shared/components/trace-viewer/trace-viewer-ui.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ app-trace-viewer {
2525
.layout-body {
2626
position: relative;
2727
flex: 1;
28+
background-color: white;
2829
}
2930

3031
.gray {

0 commit comments

Comments
 (0)