nytai commented on a change in pull request #10850:
URL:
https://github.com/apache/incubator-superset/pull/10850#discussion_r487353586
##########
File path: superset/templates/superset/dashboard.html
##########
@@ -18,6 +18,13 @@
#}
{% extends "superset/basic.html" %}
+{% block head_css %}
+ {{ super() }}
+ {% if custom_css %}
+ <style type="text/css">{{ custom_css }}</style>
Review comment:
```suggestion
<style type="text/css">{{ custom_css }}</style>
```
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]