File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
libs/remix-ui/terminal/src/lib/components Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export const RemixUITerminalMenuToggle = (props: RemixUiTerminalProps) => {
1818 tooltipText = { < FormattedMessage id = "terminal.hideTerminal" /> }
1919 >
2020 < i
21- className = { ` mx-2 codicon codicon-close fw-bold fs-5` }
21+ className = " mx-2 codicon codicon-close fw-bold fs-6"
2222 data-id = "hideBottomPanel"
2323 onClick = { handleToggleTerminal }
2424 > </ i >
Original file line number Diff line number Diff line change @@ -38,15 +38,14 @@ export const RemixUITerminalMenu = (props: RemixUiTerminalProps) => {
3838 >
3939 < div className = "h-80 mx-3 align-items-center remix_ui_terminal_listenOnNetwork form-check" >
4040 < input
41- className = "form-check-input mt-1 "
41+ className = "form-check-input"
4242 id = "listenNetworkCheck"
4343 onChange = { listenOnNetwork }
4444 type = "checkbox"
4545 disabled = { terminalState . isVM }
4646 />
4747 < label
4848 className = "form-check-label text-nowrap"
49- style = { { paddingTop : '0.125rem' } }
5049 htmlFor = "listenNetworkCheck"
5150 data-id = "listenNetworkCheckInput"
5251 >
You can’t perform that action at this time.
0 commit comments