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 18:25:38 UTC

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

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