Skip to content

Commit

Permalink
Merge pull request #995 from nextcloud-libraries/fix/stable4-dialog-d…
Browse files Browse the repository at this point in the history
…irection

[stable4] fix(Dialog): Make the dialog flex column to show headline on top of content
  • Loading branch information
susnux committed Sep 13, 2023
2 parents 9b41cc8 + 12bd52a commit 26e89a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/DialogBase.vue
Expand Up @@ -162,6 +162,7 @@ const modalProps = computed(() => ({
&__modal {
:deep(.modal-container) {
display: flex !important;
flex-direction: column;
}
}
Expand Down

0 comments on commit 26e89a0

Please sign in to comment.