diff --git a/Wend.Api/wwwroot/css/app.css b/Wend.Api/wwwroot/css/app.css index 6100b62..d317326 100644 --- a/Wend.Api/wwwroot/css/app.css +++ b/Wend.Api/wwwroot/css/app.css @@ -30,7 +30,7 @@ gap: 0.5rem; } -.list-title { font-weight: 600; } +.list-title { font-weight: 600; margin: 0; font-size: inherit; } /* an
In list: ${escapeHtml(card.listTitle)}
Adds a done checkbox to every card, so cards can be tucked into the board's Done area.
Otherwise Delete card only appears in a card's Edit mode.