Skip to content

Commit

Permalink
Truncate marketplace card content (#266)
Browse files Browse the repository at this point in the history
* Reformatted and cleaned up OpenLunar logo

* Updated job card to full-width display

* truncate marketplace card content (reduce limit by 50%)
  • Loading branch information
MitchMcQuinn authored Dec 16, 2024
1 parent 5061904 commit 0d440b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ui/components/jobs/Job.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ export default function Job({
<div
id={id}
className={`flex flex-col justify-between bg-dark-cool rounded-md lg:w-[500px]`}
id="job-container"
className={`flex flex-col justify-between bg-dark-cool rounded-md mx-5 lg:mx-0`}
>
<Frame>
<div className="flex justify-between items-end">
Expand Down
2 changes: 1 addition & 1 deletion ui/components/subscription/TeamMarketplaceListingModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ export default function TeamMarketplaceListingModal({
}}
value={listingData.description}
style={{ resize: 'none' }}
maxLength={500}
maxLength={250}
/>
<div className="flex gap-2">
<input
Expand Down

0 comments on commit 0d440b9

Please sign in to comment.