Skip to content

Commit

Permalink
QF-1112, QF-1111 update embedded iframe styling
Browse files Browse the repository at this point in the history
  • Loading branch information
osamasayed committed Nov 10, 2024
1 parent ec4a952 commit 7609f1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/MarkdownEditor/MarkdownEditor.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@
margin: auto;
max-width: 100%;
}
iframe {
display: block; // Makes iframe a block element, ensuring it's on a new line
margin: var(--spacing-medium) auto; // Centers the iframe and adds vertical spacing
}
}
.content {
flex: 1 1 auto;
Expand Down

0 comments on commit 7609f1e

Please sign in to comment.