bherrero
8/6/2015 - 3:52 PM

Hide text. Better approach to text-indent without creating a 9999px box.

Hide text. Better approach to text-indent without creating a 9999px box.

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}