Reverse alert dialog actions when stacked

This commit is contained in:
Jamie
2026-03-04 14:01:24 -08:00
committed by GitHub
parent d2f769296d
commit 79ae10dfc6

View File

@@ -143,7 +143,7 @@ export namespace AxoAlertDialog {
<FlexWrapDetector>
<div
className={tw(
'flex flex-wrap gap-2 px-6 py-4',
'flex flex-wrap-reverse gap-2 px-6 py-4',
// When actions are not being wrapped:
// Try to keep all actions equal size, but don't truncate them.
'container-not-scrollable:*:basis-0',