Skip to content

Commit

Permalink
Fix CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
otacke committed May 22, 2024
1 parent ceba37f commit 392698f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/scripts/components/question-screen/panel/option.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
}

.h5p-personality-quiz-answer-option-button-text {
box-sizing: inherit;
width: 100%;
}

Expand Down
1 change: 1 addition & 0 deletions src/scripts/components/question-screen/panel/panel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
width: fit-content;

.typing-animation-dots {
box-sizing: border-box;
padding: calc(0.25rem + 1px) 0;
height: 1rem;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

.h5p-personality-quiz-panel-wrapper {
align-items: center;
box-sizing: border-box;
display: flex;
flex-direction: column;
gap: 2rem;
Expand Down

0 comments on commit 392698f

Please sign in to comment.