Project

General

Profile

Bug #1818

Few pre tags has unnecessary space at the top.

Added by Ayush Khandelwal about 3 years ago. Updated over 1 year 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 Ayush Khandelwal about 3 years ago

  • Assignee changed from Ayush Khandelwal to Rishabh Sharma
#2

Updated by Rishabh Sharma about 3 years ago

  • Status changed from New to In Progress
#3

Updated by Rishabh Sharma about 3 years ago

  • Status changed from In Progress to Feedback
  • Assignee changed from Rishabh Sharma to Ayush Khandelwal

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 Rishabh Sharma about 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 Ayush Khandelwal over 2 years ago

  • Assignee changed from Ayush Khandelwal to Ram Kordale

Working as expected with the latest dev urls.

#8

Updated by Ram Kordale over 1 year ago

  • Status changed from Feedback to Closed

Also available in: Atom PDF