Commit a0a9617a by Chris Rodriguez

Replacing height and width in lieu of word-wrap

parent 33f967c0
...@@ -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
......
...@@ -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
......
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