# HG changeset patch # User bsw # Date 1632741023 -7200 # Node ID 89f524f1d1855b27039ffdaa20e076caf91564f3 # Parent a63c2dacf619e3ccd2ee8bd2078ec5966bccb9fc Fixed spacing diff -r a63c2dacf619 -r 89f524f1d185 app/main/draft/new.lua --- a/app/main/draft/new.lua Mon Sep 27 13:09:30 2021 +0200 +++ b/app/main/draft/new.lua Mon Sep 27 13:10:23 2021 +0200 @@ -130,11 +130,12 @@ ui.sectionRow( function() if not issue and not initiative and #area.allowed_policies > 1 then ui.container { content = policy and policy.name or "" } + slot.put("
") end if param.get("free_timing") then ui.container { content = param.get("free_timing") } + slot.put("
") end - slot.put("
") ui.field.hidden{ name = "policy_id", value = param.get("policy_id") } ui.field.hidden{ name = "name", value = param.get("name") } if config.initiative_abstract then