From ad89de38eb5671a92f314655af213b1d9e167c7b Mon Sep 17 00:00:00 2001 From: Tim Hunt Date: Mon, 5 Nov 2018 17:45:05 +0000 Subject: [PATCH] MDL-63875 qtype_ddmarker: fix layout with multi-line markers --- question/type/ddmarker/styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/question/type/ddmarker/styles.css b/question/type/ddmarker/styles.css index ccaafe5204a..b826e1d26f1 100644 --- a/question/type/ddmarker/styles.css +++ b/question/type/ddmarker/styles.css @@ -15,7 +15,9 @@ } .que.ddmarker .dragitems .draghome { + display: inline-block; margin: 10px; + vertical-align: top; } .que.ddmarker .dragitems {