Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ib): introduce vertical padding in headings #127

Merged
merged 1 commit into from
Aug 13, 2021
Merged

Conversation

manjotsidhu
Copy link
Member

Describe the changes you have made in this PR -
Added vertical paddings to Headings (h1-h6)

Screenshots of the changes (If any) -
image

Signed-off-by: Manjot Sidhu <manjot.techie@gmail.com>
@manjotsidhu manjotsidhu added the enhancement New feature or request label Aug 12, 2021
@manjotsidhu manjotsidhu requested a review from nitin10s August 12, 2021 04:07
@manjotsidhu manjotsidhu self-assigned this Aug 12, 2021
@coveralls
Copy link

coveralls commented Aug 12, 2021

Pull Request Test Coverage Report for Build 1122568378

  • 2 of 2 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.01%) to 74.053%

Totals Coverage Status
Change from base Build 1122202842: 0.01%
Covered Lines: 3910
Relevant Lines: 5280

💛 - Coveralls

@@ -22,7 +22,7 @@ class IbMdTagSyntax extends md.BlockSyntax {
return md.Element.text('h5', text);
}

// (TODO) Fix Pop Quizes
// Pop Quizzes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume the Pop Quizzes worked fine already, but because changing the comment is such a small change, you added this in this PR only, right?

Copy link
Member Author

@manjotsidhu manjotsidhu Aug 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pop Quizzes are working fine but somehow I forgot to remove TODO and while checking code, I found this outdated comment and updated it.

@Nitish145 Nitish145 merged commit b9398d5 into master Aug 13, 2021
@Nitish145 Nitish145 deleted the ui-fixes branch August 13, 2021 01:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants