Skip to content

Commit

Permalink
fix: Prices weren't showing on lower resolutions in collection table
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsvante committed Jan 16, 2023
1 parent 4189819 commit 3bebd4a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
## Low priority
- fix: Unit prices column not visible on iPad in landscape mode
- feat: "Status" filter
- feat: "Unit of Measurement" filter
- feat: "Missing product imagery" filter
Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/CollectionTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default function CollectionTable({
<div className="mt-8 flex flex-col">
<div className="-my-2 -mx-4 overflow-x-auto sm:-mx-6 lg:-mx-8">
<div className="block min-w-full print:w-auto py-2 align-middle md:px-6 lg:px-8">
<div className="overflow-hidden shadow ring-1 ring-black ring-opacity-5">
<div className="shadow ring-1 ring-black ring-opacity-5">
<table className="min-w-full print:w-auto divide-y divide-gray-300">
<thead className="bg-gray-50 print:hidden">
<tr key={0}>
Expand Down

0 comments on commit 3bebd4a

Please sign in to comment.