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 {
|
.title {
|
||||||
cursor: text;
|
cursor: text;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
padding: 14px;
|
padding: 10px 14px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
span {
|
span {
|
||||||
|
line-height: 24px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue