File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 110
110
position : absolute;
111
111
left : 0 ;
112
112
top : 0 ;
113
+ padding : 12px 10px ;
113
114
}
114
115
115
116
.xterm .xterm-scroll-area {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ <h2>Manx</h2>
23
23
< hr >
24
24
< div class ="is-flex is-flex-direction-column ">
25
25
< h3 > Terminal</ h3 >
26
- < div class ="is-flex is-flex-direction-row is-justify-content-space-around ">
26
+ < div class ="is-flex is-flex-direction-row is-justify-content-space-around mb-5 ">
27
27
< div class ="select is-small ">
28
28
< select id ="session-id "
29
29
x-model ="selectedSessionID "
@@ -63,7 +63,6 @@ <h3>Terminal</h3>
63
63
</ select >
64
64
</ div >
65
65
</ div >
66
- < br >
67
66
< div style ="visibility:hidden;position:absolute " id ="xterminal-command " x-text ="terminalCommand "> </ div >
68
67
< div id ="xterminal "> </ div >
69
68
</ div >
You can’t perform that action at this time.
0 commit comments