Skip to content

Commit

Permalink
docs(material/select): prevent select from jumping in custom trigger …
Browse files Browse the repository at this point in the history
…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)
  • Loading branch information
crisbeto committed Sep 17, 2024
1 parent 1ea55b6 commit 0728d9f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.example-additional-selection {
opacity: 0.75;
font-size: 0.75em;
line-height: 1;
}

0 comments on commit 0728d9f

Please sign in to comment.