Quote:
Originally Posted by GrannyGrump
well, this IS strange.
I wonder if something farther down my stylesheet is causing some conflict. I will do some more experimenting, and see if I can learn why MINE is the only effort that failed.
But thanks, Ruben, for posting the code. I really want this to work!
|
GrannyGrump, I was able to duplicate your issue exactly, using the same code you provided.
Looks like you accidentally had the
text-indent line commented out:
Code:
.nowrap{
/*text-indent: 0 !important;*/
display: inline-block;
}
That line seems to be key when doing the inline-block, so that the negative indent doesn't jam it into the previous text.