1 |
They'll be fine as long as people space out their words. For those that don't there can always be overflow:hidden;
|
1 |
They'll be fine as long as people space out their words. For those that don't there can always be overflow:hidden;
|
2 |
\n
|
2 |
\n
|
3 |
hmm or is there a way to force a line break for long words in css?
|
3 |
hmm or is there a way to force a line break for long words in css?
|
4 |
\n
|
4 |
\n
|
5 |
edit:
Alright,
turns
out
there's
"text-overflow:ellipsis;"
for
"overflow:hidden;",
but
that's
still
not
really
nice,
and
then
there's
"word-break:break-all;"
but
that
causes
line
breaks
inside
a
word
even
when
a
blank
space
after
a
short
word
that
could
be
used
for
the
line
break
instead.
Bleh.
.
.
|
5 |
[s]edit:
Alright,
turns
out
there's
"text-overflow:ellipsis;"
for
"overflow:hidden;",
but
that's
still
not
really
nice,
and
then
there's
"word-break:break-all;"
but
that
causes
line
breaks
inside
a
word
even
when
a
blank
space
after
a
short
word
that
could
be
used
for
the
line
break
instead.
Bleh.
.
.
|
6 |
\n
|
6 |
\n
|
7 |
Cantwejustscrewpeoplewholiketonametheircommanderssomethinglikethis?Prettyplease?
|
7 |
Cantwejustscrewpeoplewholiketonametheircommanderssomethinglikethis?Prettyplease?[/s]
|
|
|
8 |
\n
|
|
|
9 |
edit2: FOUND IT!
|
|
|
10 |
[quote]word-wrap: break-word;[/quote]
|