nextcloud/apps/settings
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 +02:00
..
appinfo feat: add support for sensitive Declarative settings values encryption 2025-05-28 20:43:04 +03:00
composer feat(SetupChecks): Add check for TaskProcessing pickup speed 2025-05-22 12:50:00 +02:00
css chore: Compile assets 2025-01-21 16:42:55 +01:00
data Fix duplicate sentence in 'Reasons to use Nextcloud.pdf' 2020-09-15 11:12:23 +02:00
img feat: replace material icons with outline versions (second pass) 2025-07-24 12:34:35 +02:00
js chore: Add SPDX header 2024-06-03 20:33:31 +02:00
l10n fix(l10n): Update translations from Transifex 2025-08-06 00:12:56 +00:00
lib fix(taskprocessing): move LAZY_CONFIG_KEYS constant to the private namespace 2025-08-04 10:11:24 +02:00
src fix(files_sharing): ensure password or date is enabled by default to be enforced 2025-08-02 12:22:31 +00:00
templates chore: apply new CSFixer rules 2025-07-01 16:26:50 +02:00
tests fix: Fix button alignment for email templates in Outlook 2025-08-06 15:18:01 +02:00
.editorconfig chore: Remove old travis related stuff 2024-09-19 20:16:29 +02:00
.gitignore chore: Add SPDX header 2024-06-03 20:33:31 +02:00
.l10nignore chore: Add SPDX header 2024-06-03 20:33:31 +02:00
openapi-administration.json fix(settings): Fix log file download return type 2025-01-07 15:44:48 +01:00
openapi-administration.json.license chore: Add SPDX header 2024-06-03 20:33:31 +02:00
openapi-full.json feat: add support for sensitive Declarative settings values encryption 2025-05-28 20:43:04 +03:00
openapi-full.json.license chore: Add SPDX header 2024-06-03 20:33:31 +02:00
openapi.json feat: add support for sensitive Declarative settings values encryption 2025-05-28 20:43:04 +03:00
openapi.json.license chore: Add SPDX header 2024-06-03 20:33:31 +02:00