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 f1aef73 + 6b53e7f commit 6c96773Copy full SHA for 6c96773
2 files changed
src/components/Projects/WBS/WBSDetail/Task/Task.jsx
@@ -187,7 +187,7 @@ function Task(props) {
187
className={`tag_color tag_color_${props.num?.length > 0 ? props.num.split('.')[0] : props.num
188
} tag_color_lv_${props.level}`}
189
></td>
190
- <td>
+ <td className={styles.centerAction}>
191
<Button
192
color="primary"
193
size="sm"
src/components/Projects/WBS/WBSDetail/Task/task.module.css
@@ -13,6 +13,12 @@
13
cursor: pointer;
14
}
15
16
+.centerAction {
17
+ display: flex;
18
+ justify-content: center;
19
+ align-items: center;
20
+}
21
+
22
.disableDiv {
23
pointer-events: none;
24
0 commit comments