limit the width of the preview component

This commit is contained in:
Maurits Lourens 2021-08-23 17:32:27 +02:00
parent f518890ae0
commit c5311c4054
1 changed files with 1 additions and 0 deletions

View File

@ -218,6 +218,7 @@
.viewer {
min-height: 200px;
width: 640px;
}
.preview {