Fix layout being too narrow sometimes
This commit is contained in:
parent
1215eb1895
commit
49456318ff
|
@ -441,8 +441,9 @@ select {
|
||||||
|
|
||||||
.wrapper {
|
.wrapper {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 139px;
|
top: 141px;
|
||||||
margin: 0 5px 0 5px;
|
left: 10px;
|
||||||
|
right: 10px;
|
||||||
padding:10px 0 0 0;
|
padding:10px 0 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue