# HG changeset patch # User bsw # Date 1637243689 -3600 # Node ID dd966ebdfa049aa56a474a9f11ec8a1c65a1c5de # Parent 1899c603abf2b3ca3e82c5b8ab08be945d4d375d Fixed layout of checkbox label in survey diff -r 1899c603abf2 -r dd966ebdfa04 static/lf4.css --- a/static/lf4.css Thu Nov 18 14:53:16 2021 +0100 +++ b/static/lf4.css Thu Nov 18 14:54:49 2021 +0100 @@ -783,6 +783,10 @@ height: unset; } +.survey .mdl-checkbox__label { + line-height: 22px; +} + .ui_paginate_select .mdl-button { min-width: unset; margin-right: 0.3em;