This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git commit 5ec515c5983dae9c2c2e8abe729805d6cdfcaa9f Author: Léo Kaufmann <kaufmann@codelutin.com> Date: Fri Feb 13 15:39:57 2015 +0100 fixes #6667 : bad placement of tooltip in tab --- coselmar-ui/src/main/webapp/views/questions/editquestion.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/coselmar-ui/src/main/webapp/views/questions/editquestion.html b/coselmar-ui/src/main/webapp/views/questions/editquestion.html index d53665f..549dc49 100644 --- a/coselmar-ui/src/main/webapp/views/questions/editquestion.html +++ b/coselmar-ui/src/main/webapp/views/questions/editquestion.html @@ -170,8 +170,10 @@ </thead> <tbody> <tr ng-repeat="parent in question.parents"> - <td tooltip-placement="bottom" tooltip-html-unsafe="{{parent.summary}}"> + <td> + <div tooltip-placement="bottom" tooltip-html-unsafe="{{parent.summary}}"> {{parent.title}} + </div> </td> <td>{{parent.submissionDate | date:'mediumDate'}}</td> <td><span ng-repeat="theme in parent.themes">{{theme}}, </span></td> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.