Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所以我试图为下拉菜单的元素添加标题。每当标题长到足以占据另一行(向下)时,单词之间的间距就会变得很不稳定。我试图通过css中的“word-spacing”来操纵间距,但它似乎不起作用。如果有人能在这方面帮助我,我将不胜感激。
使用text-align:left;代替text-align:justify;(假设从左到右的网站)
text-align:left;
text-align:justify;