Skip to content

Commit

Permalink
stop the menu mode question menu from overflowing horizontally
Browse files Browse the repository at this point in the history
  • Loading branch information
christianp committed Sep 26, 2024
1 parent 7ff4aad commit 2b0d111
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion themes/default/files/resources/exam.css
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,7 @@ input.jme {
#question-chooser {
margin: 1em auto;
width: 30em;
max-width: 100%;
}
#question-chooser th {
border-top: 0;
Expand Down Expand Up @@ -844,8 +845,12 @@ input.jme {
justify-content: center;
}

#infoDisplay > #menu {
max-width: 100svw;
}

#infoDisplay > #menu > .intro {
margin-bottom: calc(5 * var(--spacing));
margin: 0 var(--spacing) calc(5 * var(--spacing)) var(--spacing);
}

#end-name {
Expand Down

0 comments on commit 2b0d111

Please sign in to comment.