mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +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
|
||||
else
|
||||
if currentBoard.allowsDescriptionText
|
||||
a.js-open-inlined-form.right(title="{{_ 'edit'}}" value=title)
|
||||
i.fa.fa-pencil-square-o
|
||||
a.js-open-inlined-form(title="{{_ 'edit'}}" value=title)
|
||||
i.fa.fa-plus
|
||||
if getDescription
|
||||
+viewer
|
||||
= getDescription
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue