Skip to content

Commit 0c9be6e

Browse files
committed
fix: responsiveness in job form
1 parent 3d7809e commit 0c9be6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/algora_web/live/jobs_live.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ defmodule AlgoraWeb.JobsLive do
175175
<.input field={@form[:company_name]} label="Company Name" />
176176
</div>
177177
178-
<div class="flex justify-between gap-4">
178+
<div class="flex flex-col-reverse md:flex-row md:justify-between gap-4">
179179
<div>
180180
<div
181181
:if={
@@ -187,7 +187,7 @@ defmodule AlgoraWeb.JobsLive do
187187
<img src={logo} class="h-16 w-16 rounded-2xl" />
188188
<% end %>
189189
<div>
190-
<div class="text-lg text-foreground font-bold font-display">
190+
<div class="text-lg text-foreground font-bold font-display line-clamp-1">
191191
{get_change(@form.source, :company_name)}
192192
</div>
193193
<%= if description = get_in(@user_metadata.result, [:org, :og_description]) do %>

0 commit comments

Comments
 (0)