Skip to content

Commit be71832

Browse files
committed
Update some style
1 parent 50385ae commit be71832

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function App() {
2525
size={'50%'}
2626
>
2727
<Editor content={content} setContent={setContent} />
28-
<div className="p-2">
28+
<div className="p-2 vh-100" style={{overflowY: "auto"}}>
2929
<SwaggerUI spec={content} />
3030
</div>
3131
</ReactSplitPane>

src/components/Editor/components/Terminal/EditorTerminal.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const EditorTerminal:React.FC<EditorTerminalType> = ({editorRef, lintErrors}) =>
5555
<ul>
5656
<li>
5757
<div className="terminal-error-table">
58-
<div className="mt-1">
58+
<div className="mt-1 mb-3">
5959
<table className="border-collapse w-100">
6060
<tbody>
6161
{

0 commit comments

Comments
 (0)