diff --git a/src/App.vue b/src/App.vue index d8d3dc66916..0c3c7f10b29 100644 --- a/src/App.vue +++ b/src/App.vue @@ -786,8 +786,15 @@ body .modal-wrapper * { box-sizing: border-box; } -.modal-wrapper h2 { - margin-top: 0; +/* FIXME: Align styles of NcModal header with NcDialog header. Remove if all are migrated */ +.modal-wrapper h2.nc-dialog-alike-header { + 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: 0 12px; } diff --git a/src/components/BreakoutRoomsEditor/BreakoutRoomsEditor.vue b/src/components/BreakoutRoomsEditor/BreakoutRoomsEditor.vue index 8716136329e..0329a7f9240 100644 --- a/src/components/BreakoutRoomsEditor/BreakoutRoomsEditor.vue +++ b/src/components/BreakoutRoomsEditor/BreakoutRoomsEditor.vue @@ -10,7 +10,7 @@ v-on="$listeners">
-

+

{{ modalTitle }}