[GitHub] asfgit closed pull request #66: IGNITE-10181 [Tc-Bot] Line-break fix

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] asfgit closed pull request #66: IGNITE-10181 [Tc-Bot] Line-break fix

GitBox
asfgit closed pull request #66: IGNITE-10181 [Tc-Bot] Line-break fix
URL: https://github.com/apache/ignite-teamcity-bot/pull/66
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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 13d83ed0..65c1b773 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 {


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[hidden email]


With regards,
Apache Git Services