Sha256: 008e1c7e5fe528acc77942f652827df1ef38ddee40d85acedc9d48628c297bd5

Contents?: true

Size: 693 Bytes

Versions: 124

Compression:

Stored size: 693 Bytes

Contents

#break-word.style-guide__subsection

  %h3= link_to_style_guide('trumps', 'break_word')

  %p Applies a CSS word-break technique which allows words to break more elegantly when wider than their container.

  %p In the following examples we have a <code>p</code> tag that is 125 pixels wide (shown by the dashed outline) containing a very long word:

  %p without <code>break-word</code>:
  .style-guide__example-block
    %p{ style: 'width: 125px; outline: 1px dashed;'} Pneumonoultramicroscopicsilicovolcanoconiosis

  %p with <code>break-word</code>:
  .style-guide__example-block
    %p.break-word{ style: 'width: 125px; outline: 1px dashed;'} Pneumonoultramicroscopicsilicovolcanoconiosis

Version data entries

124 entries across 124 versions & 2 rubygems

Version Path
workarea-storefront-3.5.20 app/views/workarea/storefront/style_guides/trumps/_break_word.html.haml
workarea-admin-3.5.20 app/views/workarea/admin/style_guides/trumps/_break_word.html.haml
workarea-storefront-3.4.41 app/views/workarea/storefront/style_guides/trumps/_break_word.html.haml
workarea-admin-3.4.41 app/views/workarea/admin/style_guides/trumps/_break_word.html.haml
workarea-storefront-3.5.19 app/views/workarea/storefront/style_guides/trumps/_break_word.html.haml
workarea-admin-3.5.19 app/views/workarea/admin/style_guides/trumps/_break_word.html.haml
workarea-storefront-3.4.40 app/views/workarea/storefront/style_guides/trumps/_break_word.html.haml
workarea-admin-3.4.40 app/views/workarea/admin/style_guides/trumps/_break_word.html.haml
workarea-storefront-3.5.18 app/views/workarea/storefront/style_guides/trumps/_break_word.html.haml
workarea-admin-3.5.18 app/views/workarea/admin/style_guides/trumps/_break_word.html.haml
workarea-storefront-3.4.39 app/views/workarea/storefront/style_guides/trumps/_break_word.html.haml
workarea-admin-3.4.39 app/views/workarea/admin/style_guides/trumps/_break_word.html.haml
workarea-storefront-3.5.17 app/views/workarea/storefront/style_guides/trumps/_break_word.html.haml
workarea-admin-3.5.17 app/views/workarea/admin/style_guides/trumps/_break_word.html.haml
workarea-storefront-3.4.38 app/views/workarea/storefront/style_guides/trumps/_break_word.html.haml
workarea-admin-3.4.38 app/views/workarea/admin/style_guides/trumps/_break_word.html.haml
workarea-storefront-3.5.16 app/views/workarea/storefront/style_guides/trumps/_break_word.html.haml
workarea-admin-3.5.16 app/views/workarea/admin/style_guides/trumps/_break_word.html.haml
workarea-storefront-3.4.37 app/views/workarea/storefront/style_guides/trumps/_break_word.html.haml
workarea-admin-3.4.37 app/views/workarea/admin/style_guides/trumps/_break_word.html.haml