Resize student submission box

This commit is contained in:
Vik Paruchuri
2013-02-11 11:13:34 -05:00
parent 838d948c15
commit 920acffd2c

View File

@@ -32,7 +32,7 @@ div.peer-grading{
margin: 0px;
&.submission-container{
overflow-y: auto;
height: 200px;
height: 150px;
background: #F6F6F6;
border: 1px solid #ddd;
@include clearfix;