-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[#12081] Modify question headers for instructor #12228
[#12081] Modify question headers for instructor #12228
Conversation
|
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.
Looks good so far, but text wrap is still a bit iffy on mobile:
A possible fix is to shift the buttons from the right-most column to the bottom-most row on mobile, so that there's more horizontal space for both the text and the buttons. Let's do this in a separate PR though, will create a new card to track this.
I'd like to work on the issue |
Part of #12081
Sub-issue Instructor edit sessions page: modify question headers
Outline of Solution
<h2>
flex-row
andflex-col
to display in columns when in mobile and in rows when in desktop<button>
for tab interaction