Skip to content

Commit

Permalink
Fix indentation in Log.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
DGAlexandru committed Feb 23, 2025
1 parent 46c470c commit 6effea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/NoCloud/Log.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const Log = (): React.ReactElement => {
columns={{xs: 4, sm: 12}}
sx={{
mb: 2,
width: "100%",
width: "100%",
userSelect: "none"
}}
>
Expand Down

0 comments on commit 6effea6

Please sign in to comment.