wordwrap submission links in speedgrader

test plan:
* submit a really long file for an assignment
* in speedgrader it should wrap the file name
 (instead of stretching past the edge)

closes #CNVS-24696

Change-Id: Ie84d7fb51b97654e9db5d005693651fcdbca0bfe
Reviewed-on: https://gerrit.instructure.com/66282
Tested-by: Jenkins
Reviewed-by: Clay Diffrient <cdiffrient@instructure.com>
QA-Review: Ryan Allen <rallen@instructure.com>
Product-Review: James Williams  <jamesw@instructure.com>
This commit is contained in:
James Williams 2015-11-02 08:54:26 -07:00
parent d2925d4c58
commit 77555057d2
1 changed files with 8 additions and 0 deletions

View File

@ -714,6 +714,14 @@ body .ui-selectmenu-dropdown:hover .ui-selectmenu-icon, body .ui-state-active .u
right: 1px;
text-indent: -9999px;
}
a.display_name {
display: block;
margin-right: 40px;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-all;
word-break: break-word;
}
&:hover {
background-color: #DCECFB;
.submission-file-download {