mirror of
https://github.com/wekan/wekan.git
synced 2025-12-19 17:00:13 +01:00
[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
This commit is contained in:
parent
9bff4e061e
commit
eada773048
2 changed files with 6 additions and 4 deletions
|
|
@ -22,15 +22,16 @@ template(name="boardList")
|
||||||
i.fa.js-star-board(
|
i.fa.js-star-board(
|
||||||
class="fa-star{{#if isStarred}} is-star-active{{else}}-o{{/if}}"
|
class="fa-star{{#if isStarred}} is-star-active{{else}}-o{{/if}}"
|
||||||
title="{{_ 'star-board-title'}}")
|
title="{{_ 'star-board-title'}}")
|
||||||
i.fa.js-clone-board(
|
p.board-list-item-desc= description
|
||||||
class="fa-clone"
|
|
||||||
title="{{_ 'duplicate-board'}}")
|
|
||||||
if hasSpentTimeCards
|
if hasSpentTimeCards
|
||||||
i.fa.js-has-spenttime-cards(
|
i.fa.js-has-spenttime-cards(
|
||||||
class="fa-circle{{#if hasOvertimeCards}} has-overtime-card-active{{else}} no-overtime-card-active{{/if}}"
|
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}}")
|
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")
|
template(name="boardListHeaderBar")
|
||||||
h1 {{_ 'my-boards'}}
|
h1 {{_ 'my-boards'}}
|
||||||
|
|
|
||||||
|
|
@ -93,6 +93,7 @@ $spaceBetweenTiles = 16px
|
||||||
|
|
||||||
.is-star-active
|
.is-star-active
|
||||||
color: white
|
color: white
|
||||||
|
|
||||||
.fa-clone
|
.fa-clone
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0
|
bottom: 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue