# HG changeset patch # User bsw # Date 1533742882 -7200 # Node ID e43ff9fd6c05974d6fe29921bb343d6f9590856d # Parent 8f4ed517bc09ac50f7a547151a79172e6d3ef538 Removed line break diff -r 8f4ed517bc09 -r e43ff9fd6c05 app/main/registration/_register_form.lua --- a/app/main/registration/_register_form.lua Wed Aug 08 17:40:30 2018 +0200 +++ b/app/main/registration/_register_form.lua Wed Aug 08 17:41:22 2018 +0200 @@ -154,6 +154,7 @@ ui.tag{ tag = "label", attr = { style = "vertical-align: bottom; border-bottom: 1px solid rgba(0,0,0, 0.12); color: #777; font-size: 16px;" }, content = field.label .. ":" } slot.put("   ") ui.field.select{ + container_attr = { style = "display: inline-block; " }, foreign_records = units, foreign_id = "id", foreign_name = "name",