Commit 190195f6 by Braden MacDonald

Fix margins on draggables

parent 40c350e2
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
position: relative; position: relative;
border: 1px solid rgba(0,0,0, 0.1); border: 1px solid rgba(0,0,0, 0.1);
border-radius: 3px; border-radius: 3px;
padding: 5px;
} }
.xblock--drag-and-drop .drag-container .option { .xblock--drag-and-drop .drag-container .option {
...@@ -58,7 +59,7 @@ ...@@ -58,7 +59,7 @@
max-width: calc(100% / 3 - 1% - 1% - 20px); max-width: calc(100% / 3 - 1% - 1% - 20px);
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 3px; border-radius: 3px;
margin: 1%; margin: 5px;
padding: 10px; padding: 10px;
background-color: #2e83cd; background-color: #2e83cd;
font-size: 14px; font-size: 14px;
...@@ -83,6 +84,7 @@ ...@@ -83,6 +84,7 @@
} }
.xblock--drag-and-drop .drag-container .option img { .xblock--drag-and-drop .drag-container .option img {
display: block;
max-width: 100%; max-width: 100%;
} }
......
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