backoffice: make form preview scroll if too wide (#87858)
gitea/wcs/pipeline/head Build queued... Details

This commit is contained in:
Frédéric Péters 2024-03-06 19:12:30 +01:00
parent 1476d21ce1
commit 36e1f16a31
1 changed files with 5 additions and 0 deletions

View File

@ -677,6 +677,11 @@ div.form-preview > br {
clear: both; /* stop grid */
}
div.form-preview {
overflow-y: auto;
clear: both;
}
div.widget.no-bottom-margin {
margin-bottom: 0.2rem;
}