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; }