Fix scrims page button alignment

This commit is contained in:
Kalle
2025-05-29 18:30:00 +03:00
parent c7227d181d
commit 405e679717

View File

@@ -649,7 +649,7 @@ function RequestRow({
) : !request.isAccepted && !canAccept ? (
<SendouPopover
trigger={
<SendouButton size="small">
<SendouButton size="small" className="ml-auto">
{t("common:actions.accept")}
</SendouButton>
}