studio - truncates longer course settings sharing urls

This commit is contained in:
Brian Talbot
2013-07-02 00:51:20 -04:00
parent d552eef928
commit 83ce18e69b

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 {