@@ -62,12 +62,20 @@
.taskCheckBox {
padding: 10px;
+ :global {
+ .ant-checkbox-wrapper {
+ width: 100%;
+ margin-top: 5px;
+ margin-bottom: 5px;
+ border-bottom: 1px dashed gray;
+ }
}
.taskCheckItem {
font-size: 28px;
- height: 80px;
+ min-width: 80px;
display: flex;
align-items: center;