Commit 06272fbe by Filippo Valsorda

Fix the 3px high line at the bottom of the Studio view

parent f4d5ea4c
......@@ -6,6 +6,12 @@
background: #fff;
}
.modal-window .editor-with-buttons.xblock--drag-and-drop {
/* Fix Studio edito height */
margin-bottom: 0;
height: 380px;
}
/** Draggable Items **/
.xblock--drag-and-drop .items {
width: 210px;
......@@ -92,8 +98,7 @@
}
.xblock--drag-and-drop .drag-builder {
/* TODO avoid buttons scrolling without this hack */
height: 375px;
height: 100%;
overflow: scroll;
}
......
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