mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-02 00:07:56 +01:00
Reverse alert dialog actions when stacked
Co-authored-by: Jamie <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user