Skip to content

fix(tab-button): match height to tab-bar in ionic-md style#31209

Draft
OS-jacobbell wants to merge 6 commits into
nextfrom
FW-7566
Draft

fix(tab-button): match height to tab-bar in ionic-md style#31209
OS-jacobbell wants to merge 6 commits into
nextfrom
FW-7566

Conversation

@OS-jacobbell

@OS-jacobbell OS-jacobbell commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

What is the current behavior?

Tab buttons in the ionic-md theme are slightly shorter than the tab bar. This is inconsistent when dev tools are in use in firefox, causing screenshot tests to fail.

What is the new behavior?

  • Tab buttons completely fill available vertical space.

Does this introduce a breaking change?

  • Yes
  • No

Other information

The line-height style of globals.typography seems to be causing the issue. The tab bar content height is 48px while the buttons occupy 44px with line-height specified. Removing it makes the tab buttons occupy all 48px.

@vercel

vercel Bot commented Jun 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ionic-framework Ready Ready Preview, Comment Jun 11, 2026 3:55pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

package: core @ionic/core package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants