Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
10a0d740
Commit
10a0d740
authored
Aug 20, 2014
by
Brian Talbot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4916 from edx/talbs/studio-fix-unitsidebar
Studio: FIX - Unit/Container Sidebar Content Wrapping
parents
5215e879
f47aa041
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
3 deletions
+14
-3
cms/static/sass/views/_container.scss
+14
-0
common/static/sass/_mixins.scss
+0
-3
No files found.
cms/static/sass/views/_container.scss
View file @
10a0d740
...
@@ -150,6 +150,10 @@
...
@@ -150,6 +150,10 @@
.user
{
.user
{
@extend
%t-strong
;
@extend
%t-strong
;
}
}
.user
{
@extend
%cont-text-wrap
;
}
}
}
.wrapper-release
{
.wrapper-release
{
...
@@ -225,6 +229,10 @@
...
@@ -225,6 +229,10 @@
.user
{
.user
{
@extend
%t-strong
;
@extend
%t-strong
;
}
}
.user
{
@extend
%cont-text-wrap
;
}
}
}
}
}
...
@@ -236,8 +244,10 @@
...
@@ -236,8 +244,10 @@
.wrapper-unit-id
{
.wrapper-unit-id
{
.unit-id-value
{
.unit-id-value
{
@extend
%cont-text-wrap
;
@extend
%t-copy-sub1
;
@extend
%t-copy-sub1
;
display
:
inline-block
;
display
:
inline-block
;
width
:
100%
;
}
}
.tip
{
.tip
{
...
@@ -266,6 +276,10 @@
...
@@ -266,6 +276,10 @@
}
}
}
}
.item-title
{
@extend
%cont-text-wrap
;
}
.item-title
a
{
.item-title
a
{
color
:
$color-heading-base
;
color
:
$color-heading-base
;
...
...
common/static/sass/_mixins.scss
View file @
10a0d740
...
@@ -365,9 +365,6 @@
...
@@ -365,9 +365,6 @@
// extends - content - wrapping
// extends - content - wrapping
%cont-text-wrap
{
%cont-text-wrap
{
text-wrap
:
wrap
;
white-space
:
pre-wrap
;
white-space
:
-
moz-pre-wrap
;
word-wrap
:
break-word
;
word-wrap
:
break-word
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment