# HG changeset patch # User bsw # Date 1637243596 -3600 # Node ID 1899c603abf2b3ca3e82c5b8ab08be945d4d375d # Parent dadba1e282268b82378ceb073579099a89d88d30 Fixed layout of checkbox label in survey diff -r dadba1e28226 -r 1899c603abf2 static/lf4.css --- a/static/lf4.css Thu Nov 18 14:33:00 2021 +0100 +++ b/static/lf4.css Thu Nov 18 14:53:16 2021 +0100 @@ -779,6 +779,10 @@ margin-bottom: 0.75ex; } +.survey .mdl-checkbox { + height: unset; +} + .ui_paginate_select .mdl-button { min-width: unset; margin-right: 0.3em;