ui: lists: make sure all lists boxes are the same height

When `Show card count` is enabled, the lists with the card counts have
two lines of text while the lists without have only one.

This results in the box around the list headers are not of the same size
and this is visible when setting a color to the list.
This commit is contained in:
Benjamin Tissoires 2019-01-25 15:58:52 +01:00
parent d0a9d8c581
commit 97d95b4bcb
2 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,6 @@
template(name="listHeader")
.list-header.js-list-header(
class="{{#if limitToShowCardsCount}}list-header-card-count{{/if}}"
class="{{#if colorClass}}list-header-{{colorClass}}{{/if}}")
+inlinedForm
+editListTitleForm