1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

limit the width of the preview component

This commit is contained in:
Maurits Lourens 2021-08-23 17:32:27 +02:00
parent d8136d0704
commit 342e3a218e

View file

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