
I don’t know why top multiple choice option shown in full screen (spread evenly across the page) but the other multiple choice option shown in a weird way.
Adding
.q-choice {
width: 100% !important;
box-sizing: border-box;
display: block !important;
}
to Custom CSS box did not solve the issue.
