Skip to content

Commit

Permalink
refactor: padding text-indent로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchaehyun committed Nov 28, 2023
1 parent 1b14e61 commit 8d1b405
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/frontend/src/components/terminal/Terminal.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,20 @@ export const commandInputContainer = style([
{
width: "100%",
position: "relative",
paddingLeft: 6,
},
]);

export const prompt = style({
position: "absolute",
top: 1,
left: 0,
paddingRight: 4,
});

export const stdinContainer = style({ position: "relative" });

export const stdin = style({
display: "block",
textIndent: 10,
textIndent: 16,
});

export const commandInput = style({
Expand Down

0 comments on commit 8d1b405

Please sign in to comment.