Skip to content
Snippets Groups Projects
Commit d32693c5 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

Merge branch 'f-form-panel-margin' into 'dev'

Add form panel margin

See merge request !51
parents ed062d62 0e64c587
No related branches found
No related tags found
2 merge requests!59REL: release 0.4.1,!51Add form panel margin
Pipeline #16103 passed
......@@ -47,7 +47,7 @@ var form_panel = new function () {
if (existing.length > 0) {
return existing[0];
}
const panel = $('<div id="' + panel_id + '" class="caosdb-f-form-panel bg-light container"/>');
const panel = $('<div id="' + panel_id + '" class="caosdb-f-form-panel bg-light container mb-1"/>');
const header = $('<h2 class="text-center">' + title + '</h2>');
panel.append(header);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment