liquid_feedback_frontend
changeset 1476:22bb5e2b6548
Fixed wrapping of cancel issue form
author | bsw |
---|---|
date | Thu Oct 18 17:46:23 2018 +0200 (2018-10-18) |
parents | 91f6498ba545 |
children | e11d8f3a663a |
files | app/main/admin/index.lua |
line diff
1.1 --- a/app/main/admin/index.lua Thu Oct 18 17:45:37 2018 +0200 1.2 +++ b/app/main/admin/index.lua Thu Oct 18 17:46:23 2018 +0200 1.3 @@ -160,7 +160,7 @@ 1.4 content = function() 1.5 ui.tag { tag = "ul", attr = { class = "ul" }, content = function() 1.6 ui.tag { tag = "li", content = function() 1.7 - ui.field.text{ label = _"Issue #", name = "id" } 1.8 + ui.field.text{ container_attr = { style = "display: inline-block;" }, label = _"Issue #", name = "id" } 1.9 ui.submit{ text = _"cancel issue" } 1.10 end } 1.11 end }