nextcloud-server/apps/settings/tests
Daniel Calviño Sánchez 8b7aad82c7 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 15:18:01 +07:00
..
Activity chore: run rector 2025-07-01 22:45:52 +07:00
AppInfo chore: Cleanup DIContainer class 2025-07-08 13:32:12 +07:00
Controller chore: run rector 2025-07-01 22:45:52 +07:00
Mailer fix: Fix button alignment for email templates in Outlook 2025-08-06 15:18:01 +07:00
Middleware test: Migrate settings and provisioning_api to PHPUnit10 2025-05-16 23:10:14 +07:00
Settings feat(files_sharing): add config option for extending link-share permissions 2025-07-17 16:59:36 +07:00
SetupChecks chore: run rector 2025-07-01 22:45:52 +07:00
UserMigration chore: run rector 2025-07-01 22:45:52 +07:00