From 235c8bc15b1b92025b57b7536b59a112efef751a Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Thu, 9 Sep 2021 23:07:35 +0200 Subject: [PATCH] css changed --- public/assets/css/thetool.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/assets/css/thetool.css b/public/assets/css/thetool.css index 107570ab4..4f0aa2b9e 100644 --- a/public/assets/css/thetool.css +++ b/public/assets/css/thetool.css @@ -60,6 +60,7 @@ padding-top: 4px; padding-bottom: 4px; border-top: none; + min-width: 138px; max-width: 138px; } @@ -75,10 +76,12 @@ .workflow-table .workflow-item select { padding-left: 4px; + width:100%; /*max-width: 138px;*/ } .workflow-item input[type=text] { + max-width:100%; /*width: 128px;*/ }