File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 %>
You can’t perform that action at this time.
0 commit comments