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

docs(material/select): prevent select from jumping in custom trigger example #29746

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

crisbeto
Copy link
Member

The mat-select in the custom trigger example was jumping around, because the projected span didn't have a line-height.

Fixes #29743.

…example

The `mat-select` in the custom trigger example was jumping around, because the projected `span` didn't have a `line-height`.

Fixes angular#29743.
@crisbeto crisbeto added the target: patch This PR is targeted for the next patch release label Sep 17, 2024
@crisbeto crisbeto requested a review from a team as a code owner September 17, 2024 08:43
@crisbeto crisbeto requested review from andrewseguin and wagnermaciel and removed request for a team September 17, 2024 08:43
@angular-robot angular-robot bot added the area: docs Related to the documentation label Sep 17, 2024
@crisbeto crisbeto added the action: merge The PR is ready for merge by the caretaker label Sep 17, 2024
@crisbeto crisbeto merged commit 2dd269e into angular:main Sep 17, 2024
25 of 27 checks passed
crisbeto added a commit that referenced this pull request Sep 17, 2024
…example (#29746)

The `mat-select` in the custom trigger example was jumping around, because the projected `span` didn't have a `line-height`.

Fixes #29743.

(cherry picked from commit 2dd269e)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
action: merge The PR is ready for merge by the caretaker area: docs Related to the documentation target: patch This PR is targeted for the next patch release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug(mat-select): Span inside of mat-select-trigger causes height to change by 1px
2 participants