We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bda813 commit 637e914Copy full SHA for 637e914
src/components/MdField/MdField.vue
@@ -174,7 +174,6 @@
174
175
.md-input,
176
.md-textarea {
177
- width: 100%;
178
height: $md-input-height;
179
padding: 0;
180
display: block;
src/components/MdField/MdSelect/MdSelect.vue
@@ -278,6 +278,7 @@
278
.md-menu.md-select {
279
display: flex;
280
flex: 1;
281
+ overflow: auto;
282
283
&:not(.md-disabled) {
284
@@ -289,6 +290,7 @@
289
290
291
.md-input {
292
293
+ min-width: 0;
294
}
295
296
select,
0 commit comments