Skip to content

Commit

Permalink
Fixes sankey full size
Browse files Browse the repository at this point in the history
Resolves apache#105
  • Loading branch information
NejcZdovc committed Apr 16, 2021
1 parent ccfc4a5 commit 1f1b0d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions superset/static/blotout.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ body > footer {
box-shadow: none
}

.superset-legacy-chart-sankey,
.dashboard-component-chart-holder.full-size > div {
.superset-legacy-chart-sankey {
display: flex;
flex-flow: column;
height: 100%;
Expand Down
2 changes: 1 addition & 1 deletion superset/templates/superset/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{{ super() }}
<link rel="icon" type="image/png" href="/static/assets/images/favicon.png">
{{ css_bundle("theme") }}
<link media="all" rel="stylesheet" href="/static/blotout.css?v=4" />
<link media="all" rel="stylesheet" href="/static/blotout.css?v=5" />
{% endblock %}

{% block head_js %}
Expand Down
2 changes: 1 addition & 1 deletion superset/templates/superset/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
{{ css_bundle(entry) }}
{% endif %}

<link media="all" rel="stylesheet" href="/static/blotout.css?v=4" />
<link media="all" rel="stylesheet" href="/static/blotout.css?v=5" />
{% endblock %}

{{ js_bundle("theme") }}
Expand Down

0 comments on commit 1f1b0d4

Please sign in to comment.