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.
select: the height of a disabled md-select is 1px less than a not disabled md-select #10718
Open
Description
If you find this issue on google and angular material didn't solved it yet, you can temporarily use the css from the codepen (only three lines) for now..
--
Actual Behavior:
What is the issue? *
The height of a disabledmd-select
is 1px less than a not disabledmd-select
.What is the expected behavior?
Should be the same height.
CodePen (or steps to reproduce the issue):
CodePen Demo which shows your issue:
https://codepen.io/anon/pen/zzxwYJDetails:
You can see that the two inputs (in each row) do not have the same height. If you will uncomment the css you will see that the problem is solved.
AngularJS Versions:
AngularJS Version:
1.6.4AngularJS Material Version:
1.1.4