# HG changeset patch # User bsw # Date 1637242171 -3600 # Node ID fb02dc923413c1581953a91b5c5e4dd5344f3b4d # Parent f641d8296ed0ddb96fd2312f1db78e4fd9542192 Avoid counter overlapping with question text diff -r f641d8296ed0 -r fb02dc923413 static/lf4.css --- a/static/lf4.css Thu Nov 18 14:27:54 2021 +0100 +++ b/static/lf4.css Thu Nov 18 14:29:31 2021 +0100 @@ -767,8 +767,8 @@ } .survey_counter { - position: absolute;; - right: 20px; + float: right; + margin-left: 1em; } .survey form > div {