|
@@ -19,7 +19,7 @@ render_element( #comboLookupVec{id = Id, input = Input, disabled = Disabled, val
|
|
|
data_fields = [{<<"data-vector-input">>, <<"data-vector-input">>}],
|
|
|
body = [
|
|
|
#panel{
|
|
|
- style = "display: flex; width: 100%; justify-content: center;",
|
|
|
+ style = "display:flex; width:100%; justify-content:center;",
|
|
|
body =
|
|
|
case Disabled of
|
|
|
true -> [];
|
|
@@ -27,7 +27,7 @@ render_element( #comboLookupVec{id = Id, input = Input, disabled = Disabled, val
|
|
|
[ Input,
|
|
|
#link{
|
|
|
class = [button, sgreen],
|
|
|
- style = "min-width: 40px; text-align: center; height: fit-content; margin-left: 5px;",
|
|
|
+ style = "min-width:40px; text-align:center; height:fit-content; margin-left:5px;",
|
|
|
onclick = nitro:js_escape("addSortableItemFrom('#" ++ ListId ++ "', '" ++ erlang:element(#element.id, Input) ++ "')"),
|
|
|
body = <<"+">>}
|
|
|
]
|