From 0e24ecd38e0fd430e742b7e98a94944b4371ac20 Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Thu, 9 Sep 2021 22:40:38 +0200 Subject: [PATCH] optical changed in Workflow --- Layout/default/Linework/Index.php | 2 +- public/assets/css/thetool.css | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Layout/default/Linework/Index.php b/Layout/default/Linework/Index.php index 8233643c6..928b824db 100644 --- a/Layout/default/Linework/Index.php +++ b/Layout/default/Linework/Index.php @@ -72,7 +72,7 @@
- +
diff --git a/public/assets/css/thetool.css b/public/assets/css/thetool.css index a2aed01f7..fd46d1349 100644 --- a/public/assets/css/thetool.css +++ b/public/assets/css/thetool.css @@ -43,6 +43,7 @@ .workflow-table { margin-bottom:4px; + max-width: 100%; } .workflow-table label { @@ -55,6 +56,7 @@ padding-top: 4px; padding-bottom: 4px; border-top: none; + max-width: 138px; } .workflow-header { @@ -71,6 +73,10 @@ padding-left: 4px; } +.workflow-item input[type=text] { + /*width: 128px;*/ +} + .padding-left-2 { padding-left: 2px; }