Skip to content

Commit

Permalink
rm h-screen
Browse files Browse the repository at this point in the history
  • Loading branch information
konavivekramakrishna committed Dec 26, 2023
1 parent a5a61ca commit 5efcced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Components/Resource/ResourceBoardView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function BoardView() {
};

return (
<div className="flex h-screen flex-col px-2 pb-2">
<div className="flex flex-col px-2 pb-2">
<div className="flex w-full flex-col items-center justify-between lg:flex-row">
<div className="w-1/3 lg:w-1/4">
<PageTitle
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Shifting/BoardView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function BoardView() {
const { t } = useTranslation();

return (
<div className="flex h-screen flex-col px-2 pb-2">
<div className="flex flex-col px-2 pb-2">
<div className="flex w-full flex-col items-center justify-between lg:flex-row">
<div className="w-1/3 lg:w-1/4">
<PageTitle
Expand Down

0 comments on commit 5efcced

Please sign in to comment.