mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-63875 qtype_ddmarker: fix layout with multi-line markers
This commit is contained in:
parent
bebef89174
commit
ad89de38eb
1 changed files with 2 additions and 0 deletions
|
@ -15,7 +15,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.que.ddmarker .dragitems .draghome {
|
.que.ddmarker .dragitems .draghome {
|
||||||
|
display: inline-block;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
.que.ddmarker .dragitems {
|
.que.ddmarker .dragitems {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue