ui: set min-width for homework_scoreboard user field

pull/340/head
undefined 3 years ago
parent d3542774d7
commit 0d7b7c2b33

@ -1,6 +1,6 @@
{
"name": "@hydrooj/ui-default",
"version": "4.34.37",
"version": "4.34.38",
"author": "undefined <i@undefined.moe>",
"license": "AGPL-3.0",
"main": "hydro.js",

@ -1,10 +1,11 @@
.page--homework_scoreboard
.col--rank
width: rem(70px)
width: rem(60px)
text-align: center
border-right: 1px solid $table-border-color
.col--user
width: auto
min-width: rem(150px)
.col--total_score, .col--time
width: rem(100px)

Loading…
Cancel
Save