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
175
175
< . input field = { @ form [ :company_name ] } label = "Company Name " />
176
176
</ div >
177
177
178
- < div class = "flex justify-between gap-4 " >
178
+ < div class = "flex flex-col-reverse md:flex-row md: justify-between gap-4 " >
179
179
< div >
180
180
< div
181
181
:if = {
@@ -187,7 +187,7 @@ defmodule AlgoraWeb.JobsLive do
187
187
< img src = { logo } class = "h-16 w-16 rounded-2xl " />
188
188
<% end %>
189
189
< 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 " >
191
191
{ get_change ( @ form . source , :company_name ) }
192
192
</ div >
193
193
<%= if description = get_in ( @ user_metadata . result , [ :org , :og_description ] ) do %>
You can’t perform that action at this time.
0 commit comments