We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4a72a3 + ea0ed0f commit 99e7a79Copy full SHA for 99e7a79
1 file changed
src/components/Projects/WBS/SingleTask/SingleTask.jsx
@@ -72,7 +72,7 @@ function SingleTask(props) {
72
73
return (
74
<>
75
- <div className={`${darkMode ? 'bg-oxford-blue' : 'bg-white'} h-100`}>
+ <div className={`${darkMode ? 'bg-oxford-blue' : 'bg-white'} h-100`} style={{ minHeight: '400px' }}>
76
<ReactTooltip />
77
<div className="container-single-task">
78
{canPostProject && (
0 commit comments