Fix layout being too narrow sometimes

This commit is contained in:
Albert Santoni 2015-04-29 13:22:22 -04:00
parent 1215eb1895
commit 49456318ff
1 changed files with 3 additions and 2 deletions

View File

@ -441,8 +441,9 @@ select {
.wrapper {
position: absolute;
top: 139px;
margin: 0 5px 0 5px;
top: 141px;
left: 10px;
right: 10px;
padding:10px 0 0 0;
}