Skip to content

Commit

Permalink
Revert "fix: Open Responses Styling and Layout (#33717)" (#35474)
Browse files Browse the repository at this point in the history
* Revert "fix: Open Responses Styling and Layout (#33717)"

This reverts commit 1dab744.

* chore: bumps ora2 requirement

---------

Co-authored-by: Arunmozhi <arunmozhi@opecraft.com>
Co-authored-by: Jillian Vogel <jill@opencraft.com>
  • Loading branch information
3 people authored Oct 21, 2024
1 parent 968f4f7 commit 8b3befc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 14 deletions.
10 changes: 0 additions & 10 deletions lms/static/sass/course/instructor/_instructor_2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1858,16 +1858,6 @@
.instructor-dashboard-wrapper-2 section.idash-section#open_response_assessment {
.open-response-assessment {
padding-top: 20px;

.open-response-assessment-content {
.open-response-assessment-summary, .open-response-assessment-main-table {
line-height: 1;

table tr td {
padding-right: 20px;
}
}
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ optimizely-sdk==4.1.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/bundled.in
ora2==6.12.0
ora2==6.12.1
# via -r requirements/edx/bundled.in
packaging==24.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,7 @@ optimizely-sdk==4.1.1
# -c requirements/edx/../constraints.txt
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
ora2==6.12.0
ora2==6.12.1
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ optimizely-sdk==4.1.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
ora2==6.12.0
ora2==6.12.1
# via -r requirements/edx/base.txt
packaging==24.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ optimizely-sdk==4.1.1
# via
# -c requirements/edx/../constraints.txt
# -r requirements/edx/base.txt
ora2==6.12.0
ora2==6.12.1
# via -r requirements/edx/base.txt
packaging==24.1
# via
Expand Down

0 comments on commit 8b3befc

Please sign in to comment.