From a41929ac42be9ed62c0aa2b30e6970f4a10b04c7 Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Tue, 26 Jul 2016 15:19:16 -0500 Subject: [PATCH] Fix Draggable matching answer - refs #8336 --- app/Resources/public/css/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Resources/public/css/base.css b/app/Resources/public/css/base.css index 55d6594bc2..be6403a00d 100644 --- a/app/Resources/public/css/base.css +++ b/app/Resources/public/css/base.css @@ -4252,8 +4252,8 @@ ul.exercise-draggable-answer .touch-items:hover{ min-height: 4em; width: 100%; padding: 20px; + position: relative; box-sizing: border-box; - } .drag_question .indent{ text-indent: -15px;