File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed
Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 4141 < router-outlet > </ router-outlet >
4242 </ as-split-area >
4343 < as-split-area *ngIf ="statusBuffer " [size] ="splitSizes.bottom " class ="error-panel " [@errorPanel] >
44- < pre [innerHTML] ="statusBuffer | newLineToBr | safeHtml "> </ pre >
4544 < button type ="button " class ="btn-close " aria-label ="Close " (click) ="closeErrorPanel() "> </ button >
45+ < div class ="error-panel-content ">
46+ < pre [innerHTML] ="statusBuffer | newLineToBr | safeHtml "> </ pre >
47+ </ div >
4648 </ as-split-area >
4749 </ as-split >
4850 </ div >
Original file line number Diff line number Diff line change 2424 .btn-close {
2525 position : absolute ;
2626 top : 2px ;
27- right : 2 px ;
27+ right : 14 px ;
2828 display : inline ;
29+ z-index : 10 ;
2930 }
3031
31- pre {
32+ .error-panel-content {
33+ overflow : auto ;
3234 position : absolute ;
35+ top : 0 ;
36+ bottom : 0 ;
3337 left : 0 ;
3438 right : 0 ;
35- bottom : 0 ;
36- top : 0 ;
37- margin : 0 ;
39+
40+ pre {
41+ overflow : visible ;
42+ margin : 0 ;
43+ }
3844 }
3945 }
4046
You can’t perform that action at this time.
0 commit comments