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 2020/10/20 14:01:25 UTC

[GitHub] [airflow] msumit opened a new pull request #11689: Make table thead tr text nowrap

msumit opened a new pull request #11689:
URL: https://github.com/apache/airflow/pull/11689


   A small fix to theads. Verified on all the pages like TI, DagRun, Users etc. 
   
   Before fix:
   <img width="1549" alt="Screenshot 2020-10-20 at 7 24 52 PM" src="https://user-images.githubusercontent.com/2018407/96596499-692ba200-130a-11eb-8205-1e6669520a2c.png">
   
   After fix:
   <img width="1609" alt="Screenshot 2020-10-20 at 7 29 19 PM" src="https://user-images.githubusercontent.com/2018407/96596655-9415f600-130a-11eb-8567-768225b09c2e.png">
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



[GitHub] [airflow] ryanahamilton commented on a change in pull request #11689: Make table thead tr text nowrap

Posted by GitBox <gi...@apache.org>.
ryanahamilton commented on a change in pull request #11689:
URL: https://github.com/apache/airflow/pull/11689#discussion_r508745607



##########
File path: airflow/www/static/css/bootstrap-theme.css
##########
@@ -1576,6 +1576,7 @@ th {
   line-height: 1.428571429;
   vertical-align: middle;
   border-top: 1px solid #ddd;
+  white-space: nowrap;

Review comment:
       I think you'd probably want to move this down to the next block so that it is only applied to `th` elements, not the `td`s.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



[GitHub] [airflow] ashb merged pull request #11689: Make table thead tr text nowrap

Posted by GitBox <gi...@apache.org>.
ashb merged pull request #11689:
URL: https://github.com/apache/airflow/pull/11689


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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