Skip to content

Commit

Permalink
Update some style
Browse files Browse the repository at this point in the history
  • Loading branch information
congmul committed Jul 10, 2024
1 parent 50385ae commit be71832
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function App() {
size={'50%'}
>
<Editor content={content} setContent={setContent} />
<div className="p-2">
<div className="p-2 vh-100" style={{overflowY: "auto"}}>
<SwaggerUI spec={content} />
</div>
</ReactSplitPane>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const EditorTerminal:React.FC<EditorTerminalType> = ({editorRef, lintErrors}) =>
<ul>
<li>
<div className="terminal-error-table">
<div className="mt-1">
<div className="mt-1 mb-3">
<table className="border-collapse w-100">
<tbody>
{
Expand Down

0 comments on commit be71832

Please sign in to comment.