Merge pull request #318 from edx/talbs/studio-coursesharelink

Studio - truncates longer course settings sharing urls
This commit is contained in:
Brian Talbot
2013-07-02 10:58:23 -07:00

View File

@@ -316,6 +316,12 @@ body.course.settings {
.link-courseURL {
@extend .t-copy-lead1;
@include box-sizing(border-box);
display: block;
width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
&:hover {