This is an automated email from the ASF dual-hosted git repository.

dpavlov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git


The following commit(s) were added to refs/heads/master by this push:
     new 0929929  IGNITE-10181 [Tc-Bot] Line-break fix - Fixes #66.
0929929 is described below

commit 09299297b8e7b348e326208dd50e6348c2eaef7e
Author: ololo3000 <pmgheap....@gmail.com>
AuthorDate: Sat Nov 10 23:50:13 2018 +0300

    IGNITE-10181 [Tc-Bot] Line-break fix - Fixes #66.
    
    Signed-off-by: Dmitriy Pavlov <dpav...@apache.org>
---
 ignite-tc-helper-web/src/main/webapp/css/style-1.5.css | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ignite-tc-helper-web/src/main/webapp/css/style-1.5.css 
b/ignite-tc-helper-web/src/main/webapp/css/style-1.5.css
index 13d83ed..65c1b77 100644
--- a/ignite-tc-helper-web/src/main/webapp/css/style-1.5.css
+++ b/ignite-tc-helper-web/src/main/webapp/css/style-1.5.css
@@ -351,18 +351,21 @@ form li:after
        padding-right: 2%;
        vertical-align: middle;
        text-align: left;
+       word-wrap: break-word;
 }
 
 .innerFailRate {
        width: 10%;
        vertical-align: middle;
        text-align: center;
+       word-wrap: break-word;
 }
 
 .innerTcLink {
        width: 5%;
        vertical-align: middle;
        text-align: center;
+       word-wrap: break-word;
 }
 
 .testsTableBtnHeader {

Reply via email to