force plan word wrapping (#61)
This commit is contained in:
parent
969416d592
commit
098425ecb4
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
) %>
|
||||
|
|
Loading…
Add table
Reference in a new issue