summaryrefslogtreecommitdiffstats
path: root/_UI/_web_interface/kraken_web_interface.py
diff options
context:
space:
mode:
Diffstat (limited to '_UI/_web_interface/kraken_web_interface.py')
-rwxr-xr-x_UI/_web_interface/kraken_web_interface.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/_UI/_web_interface/kraken_web_interface.py b/_UI/_web_interface/kraken_web_interface.py
index 3f14440..9274ea6 100755
--- a/_UI/_web_interface/kraken_web_interface.py
+++ b/_UI/_web_interface/kraken_web_interface.py
@@ -729,8 +729,8 @@ def generate_config_page_layout(webInterface_inst):
value=preconfigs[0][0],
placeholder="Select Configuration File",
persistence=True,
- style={"display":"inline-block", "width": "400px"},
- className="field-body"),
+ style={"display":"inline-block"},
+ className="field-body-wide"),
], className="field"),
html.Div([
html.Div("Active Configuration: " + webInterface_inst.active_daq_ini_cfg, id="active_daq_ini_cfg", className="field-label"),