nextcloud-server/apps/settings/tests
Daniel Calviño Sánchez 775124af5f fix: Fix button alignment for email templates in Outlook
The button group generated in email templates is expected to show the
two buttons side by side in a single row, but in Outlook both buttons
took the full width of the wrapper row and each button was shown in
its own row. To solve that the buttons are wrapped in an additional
table that shows each button in its own cell, limiting their width and
showing them in a single row; this is done conditionally and only
applied in Outlook, so it should not affect other clients.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-08-06 19:50:55 +07:00
..
Activity chore: apply code style 2025-04-30 19:04:59 +07:00
AppInfo chore: apply code style 2025-04-30 19:04:59 +07:00
Controller chore: apply code style 2025-04-30 19:04:59 +07:00
Mailer fix: Fix button alignment for email templates in Outlook 2025-08-06 19:50:55 +07:00
Middleware chore: apply code style 2025-04-30 19:04:59 +07:00
Settings chore: apply code style 2025-04-30 19:04:59 +07:00
SetupChecks feat(SetupChecks): Add check for TaskProcessing pickup speed 2025-05-26 14:15:24 +07:00
UserMigration fix(AccountManager): Sanitize social media handles 2025-02-07 12:41:49 +07:00