diff --git a/src/main/webapp/ShareUpdates.css b/src/main/webapp/ShareUpdates.css index a130ad0..590920c 100644 --- a/src/main/webapp/ShareUpdates.css +++ b/src/main/webapp/ShareUpdates.css @@ -45,7 +45,9 @@ border: 1px solid #DDD; border-radius: 4px; display: inline-block; - width: 93%; + width: 94%; + height: 50px; + overflow-y: hidden; } .attachment-container-half-width { @@ -58,6 +60,8 @@ border-radius: 4px; display: inline-block; width: 46%; + height: 50px; + overflow-y: hidden; } td>form {