Skip to content

Commit

Permalink
fix(ui): remove h-screen from default for Loading component (#2527)
Browse files Browse the repository at this point in the history
  • Loading branch information
erka authored Dec 11, 2023
1 parent 5f855d2 commit be05a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/Loading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function Loading(props: LoadingProps) {

return (
<div
className={cls('flex h-screen items-center justify-center', {
className={cls('flex items-center justify-center', {
'h-screen': fullScreen
})}
>
Expand Down

0 comments on commit be05a93

Please sign in to comment.