mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Fix Edit Description button is wildly out of place.
Thanks to C0rn3j and xet7 ! Fixes #5413
This commit is contained in:
parent
5e2b423ef8
commit
1f2fb2ccce
1 changed files with 2 additions and 2 deletions
|
|
@ -525,8 +525,8 @@ template(name="cardDetails")
|
||||||
a.fa.fa-times-thin.js-close-inlined-form
|
a.fa.fa-times-thin.js-close-inlined-form
|
||||||
else
|
else
|
||||||
if currentBoard.allowsDescriptionText
|
if currentBoard.allowsDescriptionText
|
||||||
a.js-open-inlined-form.right(title="{{_ 'edit'}}" value=title)
|
a.js-open-inlined-form(title="{{_ 'edit'}}" value=title)
|
||||||
i.fa.fa-pencil-square-o
|
i.fa.fa-plus
|
||||||
if getDescription
|
if getDescription
|
||||||
+viewer
|
+viewer
|
||||||
= getDescription
|
= getDescription
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue