Put a max-width style for rank columns
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
th scope="col"
|
th scope="col"
|
||||||
= image_tag(puzzle.image, class: "img-fluid", style: "max-height: 64px;") if puzzle.image.attached?
|
= image_tag(puzzle.image, class: "img-fluid", style: "max-height: 64px;") if puzzle.image.attached?
|
||||||
tr
|
tr
|
||||||
th scope="col"
|
th scope="col" style="max-width: 50px;"
|
||||||
= t("helpers.rank")
|
= t("helpers.rank")
|
||||||
th scope="col"
|
th scope="col"
|
||||||
= t("activerecord.attributes.contestant.name")
|
= t("activerecord.attributes.contestant.name")
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
table.table.table-striped.table-hover
|
table.table.table-striped.table-hover
|
||||||
thead
|
thead
|
||||||
tr
|
tr
|
||||||
th
|
th style="max-width: 50px;"
|
||||||
= t("helpers.rank")
|
= t("helpers.rank")
|
||||||
th
|
th
|
||||||
= t("activerecord.attributes.contestant.name")
|
= t("activerecord.attributes.contestant.name")
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ css:
|
|||||||
table.table.table-striped.table-hover
|
table.table.table-striped.table-hover
|
||||||
thead
|
thead
|
||||||
tr
|
tr
|
||||||
th
|
th style="max-width: 50px;"
|
||||||
= t("helpers.rank")
|
= t("helpers.rank")
|
||||||
th
|
th
|
||||||
= t("activerecord.attributes.contestant.name")
|
= t("activerecord.attributes.contestant.name")
|
||||||
|
|||||||
Reference in New Issue
Block a user