diff --git a/changelog/unreleased/enhancement-modal-buttons-same-width b/changelog/unreleased/enhancement-modal-buttons-same-width new file mode 100644 index 00000000000..514f38e4396 --- /dev/null +++ b/changelog/unreleased/enhancement-modal-buttons-same-width @@ -0,0 +1,6 @@ +Enhancement: OcModal set buttons to same width + +We've adjusted the button widths for every modal so the options look more equal. + +https://github.com/owncloud/web/pull/9671 +https://github.com/owncloud/web/issues/9641 diff --git a/packages/design-system/src/components/OcModal/OcModal.vue b/packages/design-system/src/components/OcModal/OcModal.vue index 3b703949e4f..257416d6960 100644 --- a/packages/design-system/src/components/OcModal/OcModal.vue +++ b/packages/design-system/src/components/OcModal/OcModal.vue @@ -67,6 +67,7 @@