This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Flexera Community
- :
- App Broker
- :
- App Broker Knowledge Base
- :
- Description on Catalog Item Details does not word-wrap
Subscribe
- Mark as New
- Mark as Read
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
Description on Catalog Item Details does not word-wrap
Description on Catalog Item Details does not word-wrap
Summary
This article will explain a product defect on App Portal 2015 R2 that catalog description word wrapping issue , with a workaround provided.Symptoms
In 2015 R2 , there is a product defect that a software catalog description will have word wrapping incorrectly. For instance see below image, that a word will be cut into two lines.Cause
Steps to Reproduce:
- Create a catalog item with a description:
TheatreMan is used to capture and report activity within the theatre episode for all patients. Clinical personnel, patient demographics, times and procedure details are all recorded in the TheatreMan system. Selecting this item will allow access to TheatreMAN in the clinical applications folder
- Move to Browse Catalog
- Click the tile of the new item to view description
- Note it does not keep words from being split across lines.
- Note the CSS attribute for word-wrap of catalog-desc is not ?normal?
Workaround
Place the following in custom.less which is generally located in installation folder: \Programs files (x86)\Flexera Software\App Portal\ Web\ Content
.catalog-desc { word-break: normal; }
No ratings