increase height of app-container so edit controls aren't shadowed

This commit is contained in:
redmatrix 2015-09-02 21:17:23 -07:00
parent 2018b88093
commit 3285c71995

View file

@ -1,6 +1,6 @@
.app-container {
float: left;
width: 125px;
height: 160px;
height: 200px;
padding: 20px;
}