Merge pull request #4795 from sboursen-scinote/sb_SCI_7710

Fix: Cannot clear task due date on experiment table view [SCI_7710]
This commit is contained in:
artoscinote 2023-01-11 10:03:54 +01:00 committed by GitHub
commit 0352a2e1d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -349,7 +349,7 @@
.clear-date {
cursor: pointer;
left: 90%;
left: calc(100% - 16px);
position: absolute;
text-align: center;
top: 0;
@ -380,7 +380,7 @@
left: 0;
position: absolute;
top: 0;
width: 100%;
width: calc(100% - 16px);
.calendar-due-date {
opacity: 0;