Skip to content

Commit db254a6

Browse files
committed
fix
1 parent be89c57 commit db254a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/tailwind.config.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import type { Config } from "tailwindcss";
2+
23
export default {
34
content: [
45
"./pages/**/*.{ts,tsx}",
@@ -64,7 +65,7 @@ export default {
6465
},
6566
gridTemplateColumns: {
6667
"custom-thread-list-default": "auto 1fr auto",
67-
"custom-thread-list-xl": "18px 220px 1fr 220px",
68+
"custom-thread-list-xl": "18px 180px 1fr 220px",
6869
},
6970
gridTemplateRows: {
7071
"custom-thread-list-default": "auto auto",

0 commit comments

Comments
 (0)