-
Notifications
You must be signed in to change notification settings - Fork 12
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
Pmg 10 #2006
Pmg 10 #2006
Conversation
wegas-app/src/main/node/wegas-react/src/Components/Outputs/Question/ChoiceContainer.tsx
Outdated
Show resolved
Hide resolved
@@ -76,21 +76,24 @@ export const choiceLabelStyle = css({ | |||
color: themeVar.colors.LightTextColor, | |||
backgroundColor: themeVar.colors.PrimaryColor, | |||
}, | |||
}); | |||
export const choiceDescriptionStyle = css({ | |||
}), 'wegas-question__choice-label'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we have have them inline or in styles ? Open question
wegas-app/src/main/node/wegas-react/src/Components/Outputs/Question/ChoiceContainer.tsx
Outdated
Show resolved
Hide resolved
wegas-app/src/main/node/wegas-react/src/Components/Outputs/Question/SimpleQuestionDisplay.tsx
Outdated
Show resolved
Hide resolved
width: '100%', | ||
padding: '10px 15px 10px 15px', | ||
}); | ||
export const choiceButtonStyle = css({ | ||
}), 'wegas-question__choice-description'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inline
flexDirection: 'row', | ||
display: 'flex', | ||
justifyContent: 'end' | ||
}), 'wegas-question__choice-button'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inline
display: 'flex', | ||
flexDirection: 'column', | ||
justifyContent: 'center', | ||
padding: '5px', | ||
}); | ||
}), 'wegas-question__choice-input'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inline
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I read the code quickly. Everything is fine for me. I trust you completely
Improved the questions display component