limit the width of the preview component
This commit is contained in:
parent
f518890ae0
commit
c5311c4054
|
@ -218,6 +218,7 @@
|
|||
|
||||
.viewer {
|
||||
min-height: 200px;
|
||||
width: 640px;
|
||||
}
|
||||
|
||||
.preview {
|
||||
|
|
Loading…
Reference in New Issue