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
a0a9617a
Commit
a0a9617a
authored
Jan 21, 2016
by
Chris Rodriguez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replacing height and width in lieu of word-wrap
parent
33f967c0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
common/static/sass/_mixins.scss
+8
-0
lms/static/sass/base/_mixins.scss
+8
-0
No files found.
common/static/sass/_mixins.scss
View file @
a0a9617a
...
@@ -408,6 +408,14 @@
...
@@ -408,6 +408,14 @@
clip
:
rect
(
1px
1px
1px
1px
);
clip
:
rect
(
1px
1px
1px
1px
);
clip
:
rect
(
1px
,
1px
,
1px
,
1px
);
clip
:
rect
(
1px
,
1px
,
1px
,
1px
);
position
:
absolute
;
position
:
absolute
;
margin
:
-1px
;
height
:
1px
;
width
:
1px
;
border
:
0
;
padding
:
0
;
overflow
:
hidden
;
// ensure there are spaces in sr text
word-wrap
:
normal
;
}
}
// +Content - Text Wrap - Extend
// +Content - Text Wrap - Extend
...
...
lms/static/sass/base/_mixins.scss
View file @
a0a9617a
...
@@ -129,6 +129,14 @@
...
@@ -129,6 +129,14 @@
clip
:
rect
(
1px
1px
1px
1px
);
clip
:
rect
(
1px
1px
1px
1px
);
clip
:
rect
(
1px
,
1px
,
1px
,
1px
);
clip
:
rect
(
1px
,
1px
,
1px
,
1px
);
position
:
absolute
;
position
:
absolute
;
margin
:
-1px
;
height
:
1px
;
width
:
1px
;
border
:
0
;
padding
:
0
;
overflow
:
hidden
;
// ensure there are spaces in sr text
word-wrap
:
normal
;
}
}
// extends - ensures proper contrast for automated checkers
// extends - ensures proper contrast for automated checkers
...
...
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