Skip to content

Commit

Permalink
tiny assistant style tweaks (#2764)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark authored Dec 9, 2024
1 parent e5ce52e commit f71a114
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -594,9 +594,9 @@ defmodule LightningWeb.WorkflowLive.AiAssistantComponent do
phx-hook="TabIndent"
><%= Phoenix.HTML.Form.normalize_value("textarea", @form[:content].value) %></textarea>
<div class="flex items-center justify-between px-4 py-1 mt-1 border-t border-gray-200 bg-gray-100 rounded-none rounded-b-lg">
<span class="text-xs text-gray-500">
<strong>Do not paste PII or sensitive business data</strong>
<div class="flex items-center justify-end px-2 py-1 mt-1 border-t border-gray-200 bg-gray-100 rounded-none rounded-b-lg">
<span class="text-xs text-gray-500 mr-2 select-none font-bold">
Do not paste PII or sensitive business data
</span>
<.simple_button_with_tooltip
id="ai-assistant-form-submit-btn"
Expand Down Expand Up @@ -668,7 +668,7 @@ defmodule LightningWeb.WorkflowLive.AiAssistantComponent do
<%= session.title %><%= "..." %>
</span>
</div>
<span class="text-xs text-gray-500 group-hover:text-gray-700">
<span class="text-xs text-gray-500 group-hover:text-gray-700 whitespace-nowrap">
<%= time_ago(session.inserted_at) %>
</span>
</.link>
Expand Down

0 comments on commit f71a114

Please sign in to comment.