Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchitrk committed Jan 2, 2025
1 parent be89c57 commit db254a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type { Config } from "tailwindcss";

export default {
content: [
"./pages/**/*.{ts,tsx}",
Expand Down Expand Up @@ -64,7 +65,7 @@ export default {
},
gridTemplateColumns: {
"custom-thread-list-default": "auto 1fr auto",
"custom-thread-list-xl": "18px 220px 1fr 220px",
"custom-thread-list-xl": "18px 180px 1fr 220px",
},
gridTemplateRows: {
"custom-thread-list-default": "auto auto",
Expand Down

0 comments on commit db254a6

Please sign in to comment.