kaxil commented on a change in pull request #15191:
URL: https://github.com/apache/airflow/pull/15191#discussion_r606852663



##########
File path: airflow/www/utils.py
##########
@@ -338,7 +338,7 @@ def json_render(obj, lexer):
     return out
 
 
-def wrapped_markdown(s, css_class=None):
+def wrapped_markdown(s, css_class='rich_doc'):

Review comment:
       It was always `rich_doc` in 1.10.x , example:
   
   
https://github.com/apache/airflow/blob/1.10.15/airflow/www_rbac/utils.py#L316-L322
   
   However, we pass `None` at few places, so just making it the default




-- 
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]


Reply via email to