Fix layout being too narrow sometimes
This commit is contained in:
parent
1215eb1895
commit
49456318ff
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue