How to remove white space between the lines
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2017 08:27 AM
Hi All,
I have an issue with white space between lines in the description field while viewing the catalog item in Portal.
When the catalog item is previewed and when i click try it it is behaving as expected but while viewing in portal there is an extra spacing between lines and the bullets are missing.
I know that the portal doesn't support bullets. Is there any way other than using bullets?? How can i remove the white space in between lines??
Here are the images that shows the difference.
Previewed Image Portal View Image
(Note: We are on Helsinki version)
Thanks In Advance,
Nani.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2018 05:59 AM
Hi there,
There has worked out the following class on my end added to the Page Specific CSS
body .padding-top {
padding-top: 0rem;
}