Skip to content

Commit a56fec9

Browse files
committed
css
1 parent 0d113d1 commit a56fec9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

libs/remix-ui/terminal/src/lib/components/remix-ui-terminal-menu-toggle.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

libs/remix-ui/terminal/src/lib/components/remix-ui-terminal-menu.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
>

0 commit comments

Comments
 (0)