You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/01/16 10:06:05 UTC

[GitHub] XD-DENG commented on issue #4539: [AIRFLOW-3706] Fix Tooltip Display Issue for Dag Run and Task

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-454722692
 
 
   Hi @kaxil , please have a check.
   
   Before you created the tar.gz file (2b) on Pypi, `npm` command was already run. Based on `webpack.config.js` file, `styleBundle.6c4a704403e4254750f6.css` was created into `airflow/www_rbac/static/dist/`. I tried to change the line 6080 inside (`max-width: 200px;` to `max-width: 500px;`), then this issue is fixed.
   
   So the root-cause is that the max-width of the tooltip is limited to 200px.
   
   To test, you may want to cherry-pick this commit and re-package.
   
   (Again, I'm not a good UI guy. So I'm not sure if this fix is best practice, buy I'm sure it does fix the issue).
   
   CC @feluelle 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services