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