-
Notifications
You must be signed in to change notification settings - Fork 71
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
Miscellaneous fixes #103
Miscellaneous fixes #103
Conversation
Thanks for the pull request, @pomegranited! It looks like you're a member of a company that does contract work for edX. If you're doing this work as part of a paid contract with edX, you should talk to edX about who will review this pull request. If this work is not part of a paid contract with edX, then you should ensure that there is an OSPR issue to track this work in JIRA, so that we don't lose track of your pull request. To automatically create an OSPR issue for this pull request, just visit this link: https://openedx-webhooks.herokuapp.com/github/process_pr?number=103&repo=edx-solutions%2Fxblock-drag-and-drop-v2 |
* Consistent capitalization in the Studio editor * Remove dangerous recommendation to delete from the top of the editor * Stop large images from overflowing feedback popups in Studio
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 have a question about the CSS, but the other changes look fine.
@@ -307,34 +307,70 @@ | |||
|
|||
|
|||
/* Font Awesome icons have different width - margin-right tries to compensate it */ | |||
.xblock--drag-and-drop .feedback p:before { | |||
.ltr .xblock--drag-and-drop .feedback p:before, |
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.
@alisan617 or @bjacobel, is there a better way to handle rtl/ltr? I don't recall seeing this pattern anyplace else.
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.
@cahrens unfortunately this is css not sass. Otherwise, could import bi-app sass.
👍 |
Thanks, @cahrens ! @marcotuts, could you have a look at this PR when you get a chance? |
@pomegranited - 👍 from a product standpoint. |
Thank you @sstack22 ! Merging now. |
@arbrandes All merged.. Thank you, and sorry for my mistakes on this one! |
Description
Dependencies
None
JIRA
Sandbox URLs
Latest commit
Testing instructions
staff@example.com
.Screenshots
Reviewers