File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
libs/remix-ui/debugger-ui/src/lib Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 3131
3232.debug-section-object {
3333 flex : 1 ;
34- min-height : 300 px ;
34+ min-height : 200 px ;
3535 display : flex;
3636 flex-direction : column;
3737 overflow : hidden;
7171
7272.debug-section-content {
7373 padding : 1rem ;
74+ padding-bottom : 0 ;
7475}
7576
7677.debug-section-trace .debug-section-content {
7778 padding-left : 0 ;
7879 padding-right : 0.5rem ;
80+ padding-bottom : 0 ;
7981}
8082
8183.debug-section-scrollable {
120122 color : var (--bs-body-color );
121123 background-color : var (--custom-onsurface-layer-1 );
122124 padding : 0.75rem ;
125+ padding-bottom : 0 ;
123126 border-radius : 0.25rem ;
124127 margin : 0 ;
125128 white-space : pre-wrap;
349352 font-family : 'Courier New' , monospace;
350353 line-height : 1.6 ;
351354 padding : 0.75rem ;
355+ padding-bottom : 0 ;
352356 word-wrap : break-word;
353357 word-break : break-word;
354358 overflow-wrap : break-word;
Original file line number Diff line number Diff line change @@ -698,7 +698,7 @@ export const DebuggerUI = (props: DebuggerUIProps) => {
698698 </ span >
699699 )
700700 return (
701- < div >
701+ < div style = { { height : '100%' } } >
702702 < Toaster message = { state . toastMessage } />
703703 { ! state . debugging && (
704704 < div className = "px-2 pb-3 pt-3" ref = { debuggerTopRef } >
You can’t perform that action at this time.
0 commit comments