Skip to content

Commit

Permalink
fix: remove margin top for h2 elements in modals
Browse files Browse the repository at this point in the history
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
  • Loading branch information
DorraJaouad committed Apr 29, 2024
1 parent 9a1733e commit 0365544
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 4 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,10 @@ export default {
body .modal-wrapper * {
box-sizing: border-box;
}

.modal-wrapper h2 {
margin-top: 0;
}
</style>

<style lang="scss" scoped>
Expand Down
4 changes: 0 additions & 4 deletions src/components/BreakoutRoomsEditor/BreakoutRoomsEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,6 @@ export default {
justify-content: flex-start;
align-items: flex-start;

h2 {
margin-top: 0;
}

&__number-input{
display: block;
margin-bottom: calc(var(--default-grid-baseline)*4);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -296,10 +296,6 @@ export default {
&__editor {
height: 100%;
padding: 20px;

h2 {
margin-top: 0;
}
}
}

Expand Down

0 comments on commit 0365544

Please sign in to comment.