XD-DENG commented on issue #4539: [AIRFLOW-3706] Fix Tooltip Display Issue for Dag Run and Task URL: https://github.com/apache/airflow/pull/4539#issuecomment-454730970 @kaxil , a bit supplement information: if you open the page source ("old" UI, `/www`), you will find ``` <link href="/static/bootstrap-theme.css" rel="stylesheet"> <link rel="icon" type="image/png" href="/static/pin_30.png"> <link rel="stylesheet" type="text/css" href="/static/main.css"> ``` So the value in `/static/main.css` (500px) is taking affect eventually, not the value in `/static/bootstrap-theme.css` (200px). As reference for further investigation :)
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
