diff --git a/src/main/webapp/tabulardataportlet.css b/src/main/webapp/tabulardataportlet.css index 4078a2c..1904565 100644 --- a/src/main/webapp/tabulardataportlet.css +++ b/src/main/webapp/tabulardataportlet.css @@ -4,6 +4,10 @@ padding: 0px !important; } +.aui input, .aui textarea, .aui .uneditable-input { + width: 100% !important; +} + .aui p { margin: 0px !important; }