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