Skip to content
Snippets Groups Projects
Commit 4a2d0f2a authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

fix wrapping of question headers

parent 947abf1d
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
.sv-header-flex { .sv-header-flex {
display: flex; display: flex;
justify-content: space-between;
align-items: center; align-items: center;
border-radius: 2rem; border-radius: 2rem;
color: #2db394; color: #2db394;
...@@ -77,7 +76,7 @@ ...@@ -77,7 +76,7 @@
.verification { .verification {
min-height: 1.5rem; min-height: 1.5rem;
order: 2; // Make sure the button comes last flex: 0 0 auto; // Prevent the button from shrinking
margin-left: auto; // Push button to the right margin-left: auto; // Push button to the right
display: inline-block; display: inline-block;
border-radius: 1rem; border-radius: 1rem;
...@@ -118,15 +117,13 @@ ...@@ -118,15 +117,13 @@
padding-left: 5rem; padding-left: 5rem;
} }
.survey-container { .sv-question__num {
// prevent the period in the question number from wrapping
white-space: nowrap;
}
.survey-container {
margin-top: 2.5rem; margin-top: 2.5rem;
margin-bottom: 4rem;
// limit the width on very large screens max-width: 90rem;
@media screen and (min-width: 1441px) {
max-width: 65vw;
}
// default to 100vw
max-width: 100vw;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment