避免两个词之间不需要的间隙

avoid unwanted gap between 2 words

<div style="font-family: Arial, Helvetica, sans-serif;"><p class="article_content" style="margin-top: 2px;font-size: 15px;text-align: justify;color: #ffffff;margin-bottom: 2px;margin-left: 2px;width: 155px;white-space: pre-line;">Energy &amp; Natural Resources(4)</p></div>

输出的屏幕截图 -

我想避免在 'Energy' 和 '&' 和 'Resources' 之间出现额外的 space 并换行类似于此输出的单词。 我在下面尝试 css: white-space: pre-line;/* white-space: pre; *//* word-wrap: break-word; *//* word-break: break-word; */ ,但我仍然看到相同的输出

删除这个:text-align: justify