Commit bbc413b8 by Tim Krones

Make sure size of content never exceeds size of item.

parent adaaaf7d
...@@ -102,6 +102,8 @@ ...@@ -102,6 +102,8 @@
.xblock--drag-and-drop .drag-container .option .item-content { .xblock--drag-and-drop .drag-container .option .item-content {
display: inline-block; display: inline-block;
width: 100%; /* Make sure size of content never exceeds size of item */
/* (this can happen if item displays image whose width exceeds computed max-width of item) */
} }
/* Placed option */ /* Placed option */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment