Skip to content

Commit

Permalink
student learning mastery: fix truncation of non-paragraphs
Browse files Browse the repository at this point in the history
test plan:
  * create an outcome
  * for the description, paste in a div of text from another page
  * view the outcome on the student learning mastery page
  * verify that the description is truncated

Change-Id: I6d89fb9e321e16edde2e7be5e65f7ec4af618e70
Reviewed-on: https://gerrit.instructure.com/36571
Tested-by: Jenkins <[email protected]>
QA-Review: Steven Shepherd <[email protected]>
Reviewed-by: Joel Hough <[email protected]>
Product-Review: Braden Anderson <[email protected]>
  • Loading branch information
bluej100 committed Jun 30, 2014
1 parent dadb210 commit 8fa7127
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions app/stylesheets/grade_summary.sass
Original file line number Diff line number Diff line change
Expand Up @@ -362,11 +362,12 @@ $outcome-border: 1px solid #BCC2CA

.description
color: #2a333b
margin: 0
white-space: nowrap
overflow: hidden
text-overflow: ellipsis
p
margin: 0
white-space: nowrap
overflow: hidden
text-overflow: ellipsis
display: inline

.title
font-weight: bold
Expand Down

0 comments on commit 8fa7127

Please sign in to comment.