diff options
Diffstat (limited to 'ui/src/pages/Home.tsx')
| -rw-r--r-- | ui/src/pages/Home.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/pages/Home.tsx b/ui/src/pages/Home.tsx index b7c4503d..0f0b5dcf 100644 --- a/ui/src/pages/Home.tsx +++ b/ui/src/pages/Home.tsx @@ -36,7 +36,7 @@ function Header({ name }: any) { return ( <div className="md:flex md:items-center md:justify-between"> - <div className="min-w-0 flex-1"> + <div className="flex-1"> <h2 className="text-2xl font-bold leading-7 text-gray-900 sm:truncate sm:text-3xl sm:tracking-tight"> {greeting} </h2> |
