Merge pull request #192 from openHPI/fix/min-height-for-editor-frame

Add min height to editor frames to avoid hiding content on small screens
This commit is contained in:
rteusner
2018-07-25 14:16:10 +02:00
committed by GitHub

View File

@ -19,6 +19,7 @@ button i.fa-spin {
.frame {
display: none;
min-height: 300px;
audio, img, video {
max-width: 100%;