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 {
display: inline-block;
cursor: pointer;
position: absolute;
margin-top: 17px;
margin-left: 5px;
position: relative;
top: -8px;
left: 5px;
}