From 98172ddb44bd3e783c60a12e73f62079fc3dd6fa Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Thu, 14 Aug 2025 12:13:52 +0200 Subject: [PATCH] Fix: rich text content not applied to new cards --- app/views/cards/container/_title.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/cards/container/_title.html.erb b/app/views/cards/container/_title.html.erb index 765548861..0521f52d0 100644 --- a/app/views/cards/container/_title.html.erb +++ b/app/views/cards/container/_title.html.erb @@ -8,7 +8,7 @@ <% end %> <% else %> - <%= form_with model: card, url: collection_card_path(card.collection, card), id: "card_form", class: "display-contents", data: { controller: "autoresize auto-save" } do |form| %> + <%= form_with model: card, url: collection_card_path(card.collection, card), id: "card_form", class: "display-contents rich-text-content", data: { controller: "autoresize auto-save" } do |form| %>

<%= form.text_area :title, placeholder: "Name it…", class: "input input--textarea full-width borderless txt-align-start autoresize__textarea hide-focus-ring",