fix position of reset buttons

This commit is contained in:
Simon Vieille 2022-10-14 19:35:01 +02:00
parent e5b3499077
commit cf87747924
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -140,7 +140,7 @@
.btn-reset { .btn-reset {
display: inline-block; display: inline-block;
cursor: pointer; cursor: pointer;
position: absolute; position: relative;
margin-top: 17px; top: -8px;
margin-left: 5px; left: 5px;
} }