mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Correct small style problem with task app fix #oc-689
This commit is contained in:
parent
60fdc13ae6
commit
97d682dc13
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
.task .completed {position:absolute;left:3em;top:0.3em;}
|
||||
|
||||
.task .summary{padding-left:4em;}
|
||||
.task .summary{padding-left:4em;height:2em;}
|
||||
.task .summary input{position:relative;left:5px;}
|
||||
.task.done .summary{text-decoration:line-through;}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue