Add margin for report button

This commit is contained in:
Kloon ImKloon 2023-10-01 14:55:16 +02:00
parent df6b784c1c
commit 3775801cbb
No known key found for this signature in database
GPG Key ID: CCF1C86A995C5B6A

View File

@ -33,9 +33,15 @@ export default {
text-align: center;
height: 40px;
padding: 0 10px;
margin-left: 20px;
border-radius: 5px;
color: white;
cursor: pointer;
border: thin solid currentColor;
}
html[dir="rtl"] .action {
margin-left: initial;
margin-right: 20px;
}
</style>