Skip to content

Commit

Permalink
Remove u-break-word
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Nov 6, 2024
1 parent 76ecd4d commit e9df86d
Show file tree
Hide file tree
Showing 21 changed files with 25 additions and 58 deletions.
25 changes: 0 additions & 25 deletions docs/pages/helper-classes-mixins.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,31 +103,6 @@ variation_groups:
```html
<div class="u-right"></div>
```
- variation_code_snippet: >-
<!--NOTE: Inline style properties for demonstration only.-->
<div class="u-break-word u-mb30" style="width: 100px; padding: 0.5em; border: 1px solid silver;">
This link should break:
<a href="#">
something@something.com
</a>
</div>
<div class="u-mb30" style="width: 100px; padding: 0.5em; border: 1px solid silver;">
This link should not:
<a href="#">
something@something.com
</a>
</div>
variation_description: >-
Force word breaks within an element. Useful for small containers where
text may over-run the width of the container.
_This only works in Internet Explorer 8 when the element with the `.u-break-word` class has layout. See <http://stackoverflow.com/questions/3997223/word-wrapbreak-word-not-working-in-ie8> for more information._
variation_name: '"Break word" helper class'
- variation_code_snippet: >-
<h4 class="u-mb0">Demonstration of heading 4 with zero bottom
margin</h4>
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit e9df86d

Please sign in to comment.