Add margin for report button
This commit is contained in:
parent
df6b784c1c
commit
3775801cbb
@ -33,9 +33,15 @@ export default {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
|
margin-left: 20px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
color: white;
|
color: white;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border: thin solid currentColor;
|
border: thin solid currentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html[dir="rtl"] .action {
|
||||||
|
margin-left: initial;
|
||||||
|
margin-right: 20px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user