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