diff options
Diffstat (limited to 'ui/src/pages/History.tsx')
| -rw-r--r-- | ui/src/pages/History.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/pages/History.tsx b/ui/src/pages/History.tsx index 81c83f99..64c2fca6 100644 --- a/ui/src/pages/History.tsx +++ b/ui/src/pages/History.tsx @@ -84,7 +84,7 @@ export default function Search() { return ( <> - <div className="pl-60"> + <div className="w-full flex-1 flex-col p-4"> <div className="p-10 history-header"> <Header /> <p>A history of all the commands you run in your shell.</p> |
