Skip to content
Snippets Groups Projects
Verified Commit 0e64c587 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: form panel margin

parent ed062d62
No related branches found
No related tags found
2 merge requests!59REL: release 0.4.1,!51Add form panel margin
Pipeline #15860 passed
...@@ -47,7 +47,7 @@ var form_panel = new function () { ...@@ -47,7 +47,7 @@ var form_panel = new function () {
if (existing.length > 0) { if (existing.length > 0) {
return existing[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>'); const header = $('<h2 class="text-center">' + title + '</h2>');
panel.append(header); panel.append(header);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment