Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

md-select layout issue #6200

@myagoo

Description

@myagoo

Now md-select is able to use md-option's html as display value, this rule seems a little aggressive

.md-select-value *:first-child {
    flex: 1 0 auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transform: translate3d(0, 2px, 0);
}

this rule will push 2px down each first children !

I don't know the meaning of this rule but maybe something like .md-select-value > *:first-child should do the trick

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1: urgentUrgent issues that should be addressed in the next minor or patch release.g3: reportedThe issue was reported by an internal or external product team.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions