Skip to content

Commit 79e12f6

Browse files
authored
fix: responsive chartjs (#363)
1 parent c7bae6a commit 79e12f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unfold/templates/unfold/layouts/base_simple.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{% endblock %}
1111
{% endif %}
1212

13-
<div id="main" class="shadow flex-grow">
13+
<div id="main" class="shadow flex-grow min-w-0">
1414
{% block content_before %}
1515
{% include "unfold/helpers/header.html" %}
1616
{% endblock %}

0 commit comments

Comments
 (0)