# HG changeset patch # User bsw # Date 1637242310 -3600 # Node ID c181ee0f369d59e9ed89a39c32a09b92573c1d40 # Parent fb02dc923413c1581953a91b5c5e4dd5344f3b4d Avoid counter overlapping with question text diff -r fb02dc923413 -r c181ee0f369d static/lf4.css --- a/static/lf4.css Thu Nov 18 14:29:31 2021 +0100 +++ b/static/lf4.css Thu Nov 18 14:31:50 2021 +0100 @@ -766,6 +766,10 @@ z-index: 1; } +.survey h2 { + display: block; +} + .survey_counter { float: right; margin-left: 1em;