Skip to content

Commit

Permalink
fix:css
Browse files Browse the repository at this point in the history
  • Loading branch information
Astalum committed Oct 3, 2024
1 parent 63cb8b7 commit b05517d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/_header.casher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default function Casher() {
<TableBody>
{queue?.map((item, index) => (
<TableRow key={`${index}-${item.id}`} className="h-[50px]">
<TableCell className="flex·flex-row items-center gap-[20px] font-medium">
<TableCell className="flex flex-row items-center gap-[20px] font-medium">
<div className="w-[250px] flex-none justify-start pl-[50px]">
{item.name}
</div>
Expand Down

0 comments on commit b05517d

Please sign in to comment.