force plan word wrapping (#61)

This commit is contained in:
Matthew Ryan Dillon 2020-11-21 19:19:22 -07:00 committed by GitHub
parent 969416d592
commit 098425ecb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,6 +100,7 @@ defmodule PlannerWeb.TasksLive do
plan.name,
to: Routes.tasks_path(@socket, :show_plan, plan.id),
class: "panel-block",
style: "word-break: break-all;",
phx_hook: "AddDropper",
data_plan_id: plan.id
) %>