Profile Topics Started Replies Created Engagements Favorites Search replies: Forum Replies Created Viewing 1 post (of 1 total) AuthorPosts May 18, 2016 at 10:53 am in reply to: How to prevent line breaks in list items using CSS #10098 nadeesh-peirisParticipant display: inline-block; will prevent break between the words in a list item: li { display: inline-block; } AuthorPosts Viewing 1 post (of 1 total)