Programming Tips - jQueryUI: I can't put anything beside a jQueryUI icon. How can I fix this?

Date: 2015may6 Library: jQueryUI Keywords: jQuery UI Language: html Q. jQueryUI: I can't put anything beside a jQueryUI icon. How can I fix this? A. Use 'display: inline-block' like this:
<span class='ui-icon ui-icon-clock' style='display: inline-block'></span>
More info: http://api.jqueryui.com/theming/icons/