From 451c4105e58130a2a27e2098110ac6bd11c7a16f Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Fri, 24 Nov 2023 09:57:30 +0100 Subject: [PATCH] fix width of input fields --- public_html/deployment/main_new_ui.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/public_html/deployment/main_new_ui.css b/public_html/deployment/main_new_ui.css index 89a67f02..d2c58ee8 100644 --- a/public_html/deployment/main_new_ui.css +++ b/public_html/deployment/main_new_ui.css @@ -22,4 +22,9 @@ a.topbrand small{margin-left: 0.3em; font-weight: normal;} .navbar-nav li.divider{border-left: 1px solid rgba(0,0,0,0.2);} /* top right breadcrumb color */ -.breadcrumb a{color: #666;} \ No newline at end of file +.breadcrumb a{color: #666;} + +/* fix width of input fields */ +.form-control { + max-width: 100%; +} \ No newline at end of file -- GitLab