Text-overflow: ellipsis alignment issue
问题 I have the product name and pricing as separate spans insides a link to work properly with Rich Snippets. Some products have larger length names than others so I'm truncating the length so it fits the box I have. Previously this was done on the server but I'd prefer to have it handled with CSS so any changes to the design doesn't involve the backend pages changing. The problem is I cannot make the spans line up next to each other. With tinkering the display attribute, the text-overflow