Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option key label shrinking on long option text #170

Open
juliushuck opened this issue Mar 17, 2024 · 0 comments
Open

Option key label shrinking on long option text #170

juliushuck opened this issue Mar 17, 2024 · 0 comments

Comments

@juliushuck
Copy link

Describe the bug
Option key label shrinking on long option text. Please add flex-shrink: 0 or sth else to .multipleChoice__optionKey

Screenshots
Screenshot 2024-03-18 at 00 39 54

PS: I also had to set the following code to quick fix some nasty overflow on the welcome screen

.qf-welcome-screen-block__content-wrapper {
  min-height: calc(100% - 60px) !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant