increase height of app-container so edit controls aren't shadowed
This commit is contained in:
parent
2018b88093
commit
3285c71995
@ -1,6 +1,6 @@
|
|||||||
.app-container {
|
.app-container {
|
||||||
float: left;
|
float: left;
|
||||||
width: 125px;
|
width: 125px;
|
||||||
height: 160px;
|
height: 200px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user