Skip to content

Commit

Permalink
fix: 謎のドットを消す
Browse files Browse the repository at this point in the history
  • Loading branch information
yamakeeeeeeeeen committed Apr 25, 2024
1 parent 7de44fe commit 833e6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/schedules/_card.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<p class="text-xl"><%= I18n.t('dialog.edit_memo', title: schedule.title) %></p>
</div>
<div class="max-h-[calc(100vh-212px)] overflow-auto">
<div. class="w-[656px] p-6">
<div class="w-[656px] p-6">
<%= f.hidden_field :edit_memo_schedule_id, value: schedule.id %>
<%= f.text_area :memo, value: @plan.plan_schedules.find { _1.schedule == schedule }&.memo, class: "border opacity-100 rounded-md border border-[rgb(214,211,208)] bg-white p-2 text-[rgb(35,34,30)] w-full", data: { "word-counter-target": "source", action: "input->word-counter#calc" } %>
<div class="font-xs mt-2 text-[rgb(112,109,101)]">
Expand Down

0 comments on commit 833e6b9

Please sign in to comment.