mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-10 16:24:48 +00:00
Force size of demo example
This commit is contained in:
parent
196c85a05f
commit
91d1f099dd
1 changed files with 4 additions and 1 deletions
|
|
@ -14,8 +14,10 @@
|
|||
.demo-example {
|
||||
max-width: 100%;
|
||||
min-width: 320px;
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
background-color: #fafafa;
|
||||
|
||||
&.size-1 {
|
||||
|
|
@ -44,6 +46,7 @@
|
|||
|
||||
.demo-example-body {
|
||||
padding: 16px;
|
||||
flex: 1;
|
||||
background-color: #FFF;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue