From 810f0d61ebcacf768843badc0d73bd66dc52b249 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Thu, 9 Jan 2020 15:13:07 +0100 Subject: UList.VNPage: Keep the "compact" vote input, prevent wrapping --- elm/UList/VNPage.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm/UList/VNPage.elm b/elm/UList/VNPage.elm index 5483400e..1b241a74 100644 --- a/elm/UList/VNPage.elm +++ b/elm/UList/VNPage.elm @@ -119,7 +119,7 @@ view model = , td [ colspan 2 ] [ Html.map Labels (LE.view model.labels) ] ] , if model.flags.canvote || (Maybe.withDefault "-" model.flags.vote /= "-") - then tr [ class "nostripe" ] + then tr [ class "nostripe compact" ] [ td [] [ text "Vote" ] , td [ style "width" "80px" ] [ Html.map Vote (VE.view model.vote) ] , td [] [] -- cgit v1.2.3