From eada773048e12800606e24dc8fd5b63db407b8e5 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 8 Apr 2019 09:03:55 +0300 Subject: [Fix: Description of Board is out of visible after Feature "Duplicate Board"](https://github.com/wekan/wekan/issues/2324). Thanks to sfahrenholz and xet7 ! Closes #2324 --- client/components/boards/boardsList.jade | 9 +++++---- client/components/boards/boardsList.styl | 1 + 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'client/components') diff --git a/client/components/boards/boardsList.jade b/client/components/boards/boardsList.jade index 0da926ef..70b29c49 100644 --- a/client/components/boards/boardsList.jade +++ b/client/components/boards/boardsList.jade @@ -22,15 +22,16 @@ template(name="boardList") i.fa.js-star-board( class="fa-star{{#if isStarred}} is-star-active{{else}}-o{{/if}}" title="{{_ 'star-board-title'}}") - i.fa.js-clone-board( - class="fa-clone" - title="{{_ 'duplicate-board'}}") + p.board-list-item-desc= description if hasSpentTimeCards i.fa.js-has-spenttime-cards( class="fa-circle{{#if hasOvertimeCards}} has-overtime-card-active{{else}} no-overtime-card-active{{/if}}" title="{{#if hasOvertimeCards}}{{_ 'has-overtime-cards'}}{{else}}{{_ 'has-spenttime-cards'}}{{/if}}") + i.fa.js-clone-board( + class="fa-clone" + title="{{_ 'duplicate-board'}}") + - p.board-list-item-desc= description template(name="boardListHeaderBar") h1 {{_ 'my-boards'}} diff --git a/client/components/boards/boardsList.styl b/client/components/boards/boardsList.styl index 9f0b204e..7e834411 100644 --- a/client/components/boards/boardsList.styl +++ b/client/components/boards/boardsList.styl @@ -93,6 +93,7 @@ $spaceBetweenTiles = 16px .is-star-active color: white + .fa-clone position: absolute; bottom: 0 -- cgit v1.2.3-1-g7c22