style: align volume to the right
All checks were successful
repod / xml (push) Successful in 27s
repod / php (push) Successful in 52s
repod / nodejs (push) Successful in 1m59s
repod / release (push) Successful in 2m30s

This commit is contained in:
Michel Roux 2024-01-18 11:55:12 +01:00
parent 3b460f620b
commit 2ed16a316e

View File

@ -66,7 +66,7 @@ export default {
align-items: center;
display: flex;
gap: 5px;
justify-content: center;
justify-content: flex-end;
}
input {