This commit is contained in:
		| @@ -19,7 +19,6 @@ | ||||
|     <%= textarea(f, :content, | ||||
|       id: "context-form-content", | ||||
|       class: "input input-primary h-64 min-h-64", | ||||
|       phx_hook: "MaintainAttrs", | ||||
|       phx_update: "ignore", | ||||
|       placeholder: gettext("use [[note-slug]] to link to a note"), | ||||
|       aria_label: gettext("use [[note-slug]] to link to a note") | ||||
|   | ||||
| @@ -19,7 +19,6 @@ | ||||
|     <%= textarea(f, :content, | ||||
|       id: "note-form-content", | ||||
|       class: "input input-primary h-64 min-h-64", | ||||
|       phx_hook: "MaintainAttrs", | ||||
|       phx_update: "ignore", | ||||
|       placeholder: gettext("content"), | ||||
|       aria_label: gettext("content") | ||||
|   | ||||
| @@ -19,7 +19,6 @@ | ||||
|     <%= textarea(f, :description, | ||||
|       id: "pipeline-form-description", | ||||
|       class: "input input-primary h-64 min-h-64", | ||||
|       phx_hook: "MaintainAttrs", | ||||
|       phx_update: "ignore", | ||||
|       placeholder: gettext("description"), | ||||
|       aria_label: gettext("description") | ||||
|   | ||||
| @@ -13,7 +13,6 @@ | ||||
|     :if={@pipeline.description} | ||||
|     id="show-pipeline-description" | ||||
|     class="input input-primary h-32 min-h-32" | ||||
|     phx-hook="MaintainAttrs" | ||||
|     phx-update="ignore" | ||||
|     readonly | ||||
|     phx-no-format | ||||
|   | ||||
| @@ -19,7 +19,6 @@ | ||||
|     <%= textarea(f, :content, | ||||
|       id: "step-form-content", | ||||
|       class: "input input-primary h-64 min-h-64", | ||||
|       phx_hook: "MaintainAttrs", | ||||
|       phx_update: "ignore", | ||||
|       placeholder: gettext("use [[context-slug]] to link to a context"), | ||||
|       aria_label: gettext("use [[context-slug]] to link to a context") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user