-
Notifications
You must be signed in to change notification settings - Fork 391
Closed as not planned
Labels
htmlIssues with HTML and related web technology (html/css/scss/js)Issues with HTML and related web technology (html/css/scss/js)needs-discussionIssues that require a team-wide discussion before proceeding furtherIssues that require a team-wide discussion before proceeding furtherthemesRelated to HTML theming or any other style related issue (like highlight-style)Related to HTML theming or any other style related issue (like highlight-style)
Milestone
Description
Bug description
Not all of the footer text is centered vertically. In particular, the horizontally centered footer text (using footer:center: in the yaml) seems to be raised in the footer.
Steps to reproduce
Create a Quarto website with a footer like below:
page-footer:
border: true
left: "Left Footer"
center: "Center Footer"
right:
- text: "Right Footer 1"
- text: "Right Footer 2"The center footer is showing up above the vertical center position.
Quarto version
Quarto v1.4.555
Note: the issue was not present in Quarto v1.3.298..
Metadata
Metadata
Assignees
Labels
htmlIssues with HTML and related web technology (html/css/scss/js)Issues with HTML and related web technology (html/css/scss/js)needs-discussionIssues that require a team-wide discussion before proceeding furtherIssues that require a team-wide discussion before proceeding furtherthemesRelated to HTML theming or any other style related issue (like highlight-style)Related to HTML theming or any other style related issue (like highlight-style)