mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-04-25 09:04:49 +00:00
Add height to demo container
This commit is contained in:
parent
500175f4b8
commit
c023ed0613
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<demo-page label="Components - Select">
|
||||
<div slot="examples">
|
||||
<demo-example label="Default">
|
||||
<demo-example label="Default" height="350">
|
||||
<div class="field-group">
|
||||
<md-input-container>
|
||||
<label for="movie">Movie</label>
|
||||
|
|
@ -49,7 +49,7 @@
|
|||
</div>
|
||||
</demo-example>
|
||||
|
||||
<demo-example label="Groups">
|
||||
<demo-example label="Groups" height="350">
|
||||
<div class="field-group">
|
||||
<md-input-container>
|
||||
<label for="food">Food</label>
|
||||
|
|
|
|||
Loading…
Reference in a new issue