word-wrap: break-word; not breaking the <code></code> tag
css, html
Solution
If you set it to `display: inline-block` and give it a `max-width`, it will break the word for you. You'll also need to remove the `white-space: nowrap` on the code element in your CSS, or disable it for your specific `code.link` class, by adding `white-space: normal`.
Problem
i have an issue with the word-wrap break-word property, it is supposed to break the code tag that when it hits the border of ``` <div>class="link alert clearfix"</div> ``` but it is not breaking the word, it instead jumps down on the next line, next to the "voting" div Here is the issue: http://meetthemes.com/post/?post=Mooncraft+-+Themeforest+Premium+Theme Scroll down to the third download link, thats the one that jumps down