From bad3de017cf14902ed0b4eb9593ea38a681cc929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Tue, 7 Jan 2025 15:24:31 +0100 Subject: [PATCH] MDL-84111 qtype_ddimageortext: keep item type, file and text together. --- question/type/ddimageortext/styles.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/question/type/ddimageortext/styles.css b/question/type/ddimageortext/styles.css index 5aa3db72ee8..2fae37b115f 100644 --- a/question/type/ddimageortext/styles.css +++ b/question/type/ddimageortext/styles.css @@ -210,3 +210,13 @@ body#page-question-type-ddimageortext div[id^=fitem_id_][id*=draglabel_] { border: 1px solid #bbb; border-top: 0; } + +/* stylelint-disable declaration-no-important */ + +div[id^="fgroup_id_drags_"].mb-3, +div[id^="fitem_id_dragitem_"].mb-3 { + margin-bottom: 0 !important; +} + +/* stylelint-enable declaration-no-important */ +