Commit f1cf0357 by Brian Talbot

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

Studio - truncates longer course settings sharing urls
parents 5ac92804 83ce18e6
...@@ -316,6 +316,12 @@ body.course.settings { ...@@ -316,6 +316,12 @@ body.course.settings {
.link-courseURL { .link-courseURL {
@extend .t-copy-lead1; @extend .t-copy-lead1;
@include box-sizing(border-box);
display: block;
width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
&:hover { &:hover {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment