This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository wao. See http://git.codelutin.com/wao.git commit 153e83ddb53e0722706d98b96ea47cd9635cfe0a Author: Brendan Le Ny <bleny@codelutin.com> Date: Wed Jan 21 17:21:04 2015 +0100 Correction d'un décalage provoqué par une textarea trop large (fixes #6487) --- wao-web/src/main/webapp/wao.css | 1 + 1 file changed, 1 insertion(+) diff --git a/wao-web/src/main/webapp/wao.css b/wao-web/src/main/webapp/wao.css index 0256528..90d4275 100644 --- a/wao-web/src/main/webapp/wao.css +++ b/wao-web/src/main/webapp/wao.css @@ -709,6 +709,7 @@ table.contacts-list .actions .dropdown-menu { border-bottom-left-radius: 3px; border-top-left-radius: 3px; overflow: scroll; outline: none; + width: 90%; } /** -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.