nextcloud-server/apps/settings/tests
Daniel Calviño Sánchez e694f3c120 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 17:43:33 +07:00
..
Activity fix(activity): Update more activity providers to use new exceptions 2024-09-23 12:31:59 +07:00
AppInfo refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
Controller refactor(settings): Use parameters explicitly when setting mail settings 2025-01-06 08:40:52 +07:00
Mailer fix: Fix button alignment for email templates in Outlook 2025-08-06 17:43:33 +07:00
Middleware chore(apps): Apply new rector configuration to autouse classes 2024-10-15 10:40:25 +07:00
Settings fix(systemtags): prevent tag edition if restricted 2025-03-06 15:11:51 +07:00
SetupChecks feat(SetupChecks): Add check for TaskProcessing pickup speed 2025-05-24 08:52:14 +07:00
UserMigration fix(AccountManager): Sanitize social media handles 2025-02-06 15:46:15 +07:00