Skip to content

Commit

Permalink
Fixed Layout
Browse files Browse the repository at this point in the history
  • Loading branch information
n1kPLV committed Sep 20, 2023
1 parent ae51961 commit f0d847b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Website/src/app/components/tracker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function TrackerCharge({ trackerId }: { trackerId: string }) {
return (
<>
{tracker_data && (
<div className={"flex flex-nowrap my-1 gap-1 min-w-0 w-32 sm:w-44 md:w-52 xl:w-64"}>
<div className={"flex flex-nowrap my-1 gap-1 min-w-0 w-32 sm:w-44 md:w-52"}>
<div className={"group relative grow-0 md:grow shrink min-w-0 basis-30 lg:basis-32 text-left"}>
<div className={"truncate basis-32 sm:w-full max-w-full min-w-0"}>{tracker_data.id}</div>
<div
Expand Down

0 comments on commit f0d847b

Please sign in to comment.