ashb commented on a change in pull request #4823: [AIRFLOW-3999] Remove all
inline style
URL: https://github.com/apache/airflow/pull/4823#discussion_r262069322
##########
File path: airflow/www/templates/airflow/dags.html
##########
@@ -97,8 +97,8 @@ <h2>DAGs</h2>
</td>
<!-- Column 6: Recent Tasks -->
- <td style="padding:0px; width:200px; height:10px;">
- <svg height="10" width="10" id='task-run-{{
dag.safe_dag_id }}' style="display: block;"></svg>
+ <td class="td-recent-tasks">
Review comment:
```suggestion
<td class="recent-tasks">
```
and then `td.recent-tasks` as the classname - no need to put information
that is already available in a native CSS selector in the class name.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services