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) not aligned well with other elements #1638

@sathishvj

Description

@sathishvj

md-select is not properly bottom-aligned with other elements. Code similar to below puts the md-select floating a few pixels above the middle or bottom where it should be.

      <div layout='row' layout-fill layout-margin>
            <md-input-container flex>
              <label>Name</label>
              <input type='text'>
            </md-input-container>
            <md-select placeholder="Select something" flex>
                <md-option ng-value="db.Name" ng-repeat="db in dbs">{{ db.Name }}</md-option>
            </md-select>
        </div>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions