Skip to content

Commit 6e2b7f3

Browse files
grischeclaude
andcommitted
scss/infobox: widen metric column for throughput strings
Accommodate wider display strings such as "120 Mbit/s" that replaced the previous "95%" TQ percentages on Batman V links. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 53d3e07 commit 6e2b7f3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

scss/modules/_infobox.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222

2323
th,
2424
td {
25+
&:nth-child(2) {
26+
width: 42%;
27+
}
28+
2529
&:nth-child(3),
2630
&:nth-child(5) {
2731
width: 12%;

0 commit comments

Comments
 (0)