Skip to content

Commit aa62151

Browse files
author
Raihan Alam
committed
see more
1 parent 0140d37 commit aa62151

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/promptlab/web/index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@
4242
font-size: 0.9em;
4343
}
4444

45+
/* Make Completion column wider in comparison table */
46+
#comparisonTable td:nth-child(5) {
47+
min-width: 400px;
48+
max-width: 600px;
49+
width: 40vw;
50+
}
51+
4552
tr:hover {
4653
background-color: #f8fafc;
4754
}

0 commit comments

Comments
 (0)