Don't cut off task title in task body
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
parent
80ae7d8dfe
commit
daa7bb3983
1 changed files with 2 additions and 1 deletions
|
@ -492,10 +492,11 @@
|
|||
.title {
|
||||
cursor: text;
|
||||
display: inline-flex;
|
||||
padding: 14px;
|
||||
padding: 10px 14px;
|
||||
overflow: hidden;
|
||||
|
||||
span {
|
||||
line-height: 24px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
|
|
Loading…
Reference in a new issue