Merge pull request #4916 from edx/talbs/studio-fix-unitsidebar
Studio: FIX - Unit/Container Sidebar Content Wrapping
This commit is contained in:
@@ -150,6 +150,10 @@
|
||||
.user {
|
||||
@extend %t-strong;
|
||||
}
|
||||
|
||||
.user {
|
||||
@extend %cont-text-wrap;
|
||||
}
|
||||
}
|
||||
|
||||
.wrapper-release {
|
||||
@@ -225,6 +229,10 @@
|
||||
.user {
|
||||
@extend %t-strong;
|
||||
}
|
||||
|
||||
.user {
|
||||
@extend %cont-text-wrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -236,8 +244,10 @@
|
||||
.wrapper-unit-id {
|
||||
|
||||
.unit-id-value {
|
||||
@extend %cont-text-wrap;
|
||||
@extend %t-copy-sub1;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.tip {
|
||||
@@ -266,6 +276,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.item-title {
|
||||
@extend %cont-text-wrap;
|
||||
}
|
||||
|
||||
.item-title a {
|
||||
color: $color-heading-base;
|
||||
|
||||
|
||||
@@ -365,9 +365,6 @@
|
||||
|
||||
// extends - content - wrapping
|
||||
%cont-text-wrap {
|
||||
text-wrap: wrap;
|
||||
white-space: pre-wrap;
|
||||
white-space: -moz-pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user