You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ms...@apache.org on 2017/03/10 14:26:05 UTC

incubator-airflow git commit: [AIRFLOW-958] Improve tooltip readability

Repository: incubator-airflow
Updated Branches:
  refs/heads/master 2a6136202 -> b3c3eb5fb


[AIRFLOW-958] Improve tooltip readability

Closes #2134 from jesusfcr/master


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/b3c3eb5f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/b3c3eb5f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/b3c3eb5f

Branch: refs/heads/master
Commit: b3c3eb5fbc9d37cd413df66b7aca094957a67411
Parents: 2a61362
Author: Jes�s Carpintero <je...@groupalia.com>
Authored: Fri Mar 10 19:55:39 2017 +0530
Committer: Sumit Maheshwari <su...@gmail.com>
Committed: Fri Mar 10 19:55:39 2017 +0530

----------------------------------------------------------------------
 airflow/www/static/main.css | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/b3c3eb5f/airflow/www/static/main.css
----------------------------------------------------------------------
diff --git a/airflow/www/static/main.css b/airflow/www/static/main.css
index 95864b4..3f8698f 100644
--- a/airflow/www/static/main.css
+++ b/airflow/www/static/main.css
@@ -87,6 +87,7 @@ span.skipped{
     background-color: pink;
 }
 .tooltip-inner {
+    max-width: 500px;
     text-align:left !important;
     font-size: 12px;
 }