Skip to content

Commit

Permalink
fix margins when feedback is shown
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbonczek committed Nov 21, 2024
1 parent 6d90b45 commit dfb4ac3
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,27 +39,19 @@
padding: 0;
width: 100%;
height: 500px;
display: block; /* Remove space that is reserved below inline elements for descender characters (y, q, g). */
}

/* Make iframe body grow and shrink with page content. */
body.questionpy-iframe-body {
height: auto;
height: auto; /* Make iframe body grow and shrink with page content. */
overflow-y: hidden; /* Prevent margin-collapse across bottom boundary. */
}

.questionpy-iframe-body .que {
margin: 0;
}

.questionpy-iframe-body .que .content {
margin: 0;
}

.questionpy-iframe-body .que .formulation {
body.questionpy-iframe-body .que .content {
margin: 0;
}

/* Style package selection container */

.qpy-tab-content {
display: flex;
flex-flow: column;
Expand Down

0 comments on commit dfb4ac3

Please sign in to comment.