Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (21 loc) · 537 Bytes

2009-10-05-edge-case-title-should-not-overflow-the-content-area.md

File metadata and controls

26 lines (21 loc) · 537 Bytes
title categories tags last_modified_at
Antidisestablishmentarianism
Edge Case
content
css
edge case
html
layout
title
2017-03-09 14:10:02 -0500

This post title has a long word that could potentially overflow the content area.

A few things to check for:

  • Non-breaking text in the title should have no adverse effects on layout or functionality.
  • Check the browser window / tab title.

The following CSS property will help you support non-breaking text.

word-wrap: break-word;