From 3f93701818ba748d1e28b16fffc33d54eff427f8 Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Thu, 9 Sep 2021 23:51:51 +0200 Subject: [PATCH] changes in css --- public/assets/css/thetool.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/assets/css/thetool.css b/public/assets/css/thetool.css index c85c1a034..867baa14c 100644 --- a/public/assets/css/thetool.css +++ b/public/assets/css/thetool.css @@ -61,7 +61,7 @@ padding-bottom: 4px; border-top: none; min-width: 138px; - max-width: 138px; + } .workflow-table .workflow-item.wfitem-width-2 { max-width: 276px; @@ -84,13 +84,13 @@ .workflow-table .workflow-item select { padding-left: 4px; - min-width:138px; - max-width: 138px; + min-width: 138px; + max-width: 100%; } .workflow-item input[type=text] { max-width:100%; - width: 138px; + min-width: 138px; }