Skip to content

Commit

Permalink
tighter padding on trian page
Browse files Browse the repository at this point in the history
  • Loading branch information
aliasaria committed Jan 9, 2024
1 parent 7edad89 commit 2e9ed69
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/renderer/components/Experiment/Train/TrainLoRA.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,14 @@ export default function TrainLoRA({ experimentInfo }) {
<Sheet
color="neutral"
variant="soft"
sx={{ p: 4, mt: 1, mb: 2, flex: 1, height: '100%', overflow: 'auto' }}
sx={{
px: 1,
mt: 1,
mb: 2,
flex: 1,
height: '100%',
overflow: 'auto',
}}
>
<Table>
<thead>
Expand Down Expand Up @@ -242,7 +249,7 @@ export default function TrainLoRA({ experimentInfo }) {
<Sheet
color="warning"
variant="soft"
sx={{ p: 4, mt: 1, mb: 4, flex: 1, overflow: 'auto' }}
sx={{ px: 1, mt: 1, mb: 2, flex: 1, overflow: 'auto' }}
>
{/* <pre>{JSON.stringify(jobs, '\n', 2)}</pre> */}
<Table>
Expand Down

0 comments on commit 2e9ed69

Please sign in to comment.