Put a max-width style for rank columns
Some checks are pending
CI / scan_ruby (push) Waiting to run
CI / scan_js (push) Waiting to run
CI / lint (push) Waiting to run
CI / test (push) Waiting to run

This commit is contained in:
sto
2026-08-26 08:06:13 +02:00
parent 721cd1d50e
commit 6888c1ac15
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@
th scope="col"
= image_tag(puzzle.image, class: "img-fluid", style: "max-height: 64px;") if puzzle.image.attached?
tr
th scope="col"
th scope="col" style="max-width: 50px;"
= t("helpers.rank")
th scope="col"
= t("activerecord.attributes.contestant.name")

View File

@@ -15,7 +15,7 @@
table.table.table-striped.table-hover
thead
tr
th
th style="max-width: 50px;"
= t("helpers.rank")
th
= t("activerecord.attributes.contestant.name")

View File

@@ -15,7 +15,7 @@ css:
table.table.table-striped.table-hover
thead
tr
th
th style="max-width: 50px;"
= t("helpers.rank")
th
= t("activerecord.attributes.contestant.name")