mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-10 06:06:24 +08:00
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:
commit
0352a2e1d2
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue