Skip to content

Commit

Permalink
styles: hide column names on sm
Browse files Browse the repository at this point in the history
  • Loading branch information
pnxl committed Aug 13, 2023
1 parent f5632e8 commit 72a3650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/dashboard/[workspace_id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ const Page: Component = () => {

<main class="overflow-auto">
<section class="block p-4 pt-3">
<div class="w-full h-auto pl-10 pb-1 px-2 flex flex-row justify-between items-center gap-1 text-sm text-subtext0">
<div class="w-full h-auto pl-10 pb-1 px-2 md:flex hidden flex-row justify-between items-center gap-1 text-sm text-subtext0">
<div class="flex flex-row">
<span class="lg:w-142 w-92">Name</span>
<span>Date added</span>
Expand Down

0 comments on commit 72a3650

Please sign in to comment.