Skip to content

Commit bd49f6d

Browse files
authored
style: align release table columns (#161)
1 parent c54a61b commit bd49f6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/components/ReleaseTable.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ export const ReleaseTable = ({
2626
<table className="w-full">
2727
<thead>
2828
<tr className="bg-gray-50 dark:bg-gray-900/50 border-b border-gray-200 dark:border-gray-700">
29-
<th className="px-6 py-3 text-left text-xs font-medium text-gray-500 dark:text-gray-400 uppercase tracking-wider">
29+
<th className="w-[225px] px-6 py-3 text-left text-xs font-medium text-gray-500 dark:text-gray-400 uppercase tracking-wider">
3030
Version
3131
</th>
32-
<th className="px-6 py-3 text-left text-xs font-medium text-gray-500 dark:text-gray-400 uppercase tracking-wider">
32+
<th className="w-[350px] px-6 py-3 text-left text-xs font-medium text-gray-500 dark:text-gray-400 uppercase tracking-wider">
3333
{showStability ? 'Stability' : 'Released'}
3434
</th>
35-
<th className="px-6 py-3 text-left text-xs font-medium text-gray-500 dark:text-gray-400 uppercase tracking-wider">
35+
<th className="w-[200px] px-6 py-3 text-left text-xs font-medium text-gray-500 dark:text-gray-400 uppercase tracking-wider">
3636
Chromium
3737
</th>
3838
<th className="px-6 py-3 text-left text-xs font-medium text-gray-500 dark:text-gray-400 uppercase tracking-wider">

0 commit comments

Comments
 (0)