Skip to content

Commit

Permalink
Merge pull request #5463 from nextcloud-libraries/fix/dialog-h2
Browse files Browse the repository at this point in the history
fix(NcDialog): Set font size to make dialog compatible with Nextcloud 30
  • Loading branch information
susnux committed Apr 9, 2024
2 parents b244ede + 6177312 commit 01d0683
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/NcDialog/NcDialog.vue
Expand Up @@ -505,12 +505,14 @@ export default defineComponent({
}
&__name {
font-size: 21px;
text-align: center;
height: fit-content;
min-height: var(--default-clickable-area);
line-height: var(--default-clickable-area);
overflow-wrap: break-word;
margin-block-end: 12px;
margin-block: 0 12px;
}
&__content {
Expand Down

0 comments on commit 01d0683

Please sign in to comment.