Project

General

Profile

Bug #1818

Few pre tags has unnecessary space at the top.

Added by Anonymous over 3 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
High
Assignee:
Target version:
Start date:
10/28/2021
Due date:
10/29/2021
% Done:

100%

Estimated time:
2.50 h
Spent time:

#1

Updated by Anonymous over 3 years ago

  • Assignee changed from Anonymous to Anonymous
#2

Updated by Anonymous over 3 years ago

  • Status changed from New to In Progress
#3

Updated by Anonymous over 3 years ago

  • Status changed from In Progress to Feedback
  • Assignee changed from Anonymous to Anonymous

In all the three links, there is a space (or space + nextLine) after the opening

 tag. 
so, it is like <pre> somecontentHere</pre>
making it like <pre>somecontentHere</pre> , solves the issue.

steps to check in chrome, 
1. Click on the problematic pre tag after opening chrome inspect element tools,
2. Use Edit as HTML.
3. Remove the space after the opening of <pre> tag, this will remove top space.

#4

Updated by Anonymous over 3 years ago

In all the three links, there is a space (or space + nextLine) after the opening of pre tag.
so, it is like

 somecontentHere

making it like
somecontentHere
, solves the issue.

steps to check in chrome,
1. Click on the problematic pre tag after opening chrome inspect element tools,
2. Use Edit as HTML.
3. Remove the space after the opening of

 tag, this will remove top space.

#7

Updated by Anonymous about 3 years ago

  • Assignee changed from Anonymous to Ram Kordale

Working as expected with the latest dev urls.

#8

Updated by Ram Kordale about 2 years ago

  • Status changed from Feedback to Closed

Also available in: Atom PDF