diff --git a/src/HydraFrontend/root/hydra.css b/src/HydraFrontend/root/hydra.css
index 2c610fab..7c2a641d 100644
--- a/src/HydraFrontend/root/hydra.css
+++ b/src/HydraFrontend/root/hydra.css
@@ -360,7 +360,7 @@ input.string {
font-family: sans-serif;
font-size: 100%;
background-color: #fffff0;
- width: 13em;
+ width: 20em;
}
input.shortString {
diff --git a/src/HydraFrontend/root/project.tt b/src/HydraFrontend/root/project.tt
index e10c0ed1..5db98a3e 100644
--- a/src/HydraFrontend/root/project.tt
+++ b/src/HydraFrontend/root/project.tt
@@ -25,15 +25,18 @@
[% END %]
+[% BLOCK renderInputAlt %]
+ [% IF edit %][% END -%]
+ [% INCLUDE maybeEditString param=param value=alt.value %]
+ [% IF edit %]
[% END %]
+[% END %]
+
+
[% BLOCK renderInput %]
[% END %] | Input name | Type | Values |
---|---|---|---|
Input name | Type | Values | |
+ |