Skip to content

Commit 29dd968

Browse files
authored
Merge pull request #3180 from ilandikov/fix-status-column
fix: align status column with other dates
2 parents b38f51a + 6d9fb48 commit 29dd968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/EditTask.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868
.tasks-modal-dates-section {
6969
display: grid;
70-
grid-template-columns: 6.0em auto;
70+
grid-template-columns: 6.0em 13em auto;
7171
column-gap: .5em;
7272
row-gap: 5px;
7373
align-items: center;

0 commit comments

Comments
 (0)