Skip to content

Commit 492cad5

Browse files
authored
fix: numeric filter not enough data styling (#1490)
1 parent 5107340 commit 492cad5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/unfold/contrib/filters/templates/unfold/filters/filters_numeric_slider.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h3 class="font-semibold mb-2 text-font-important-light dark:text-font-important
2626
</div>
2727
{% else %}
2828
<div class="admin-numeric-filter-slider-error dark:text-font-default-dark">
29-
<p>
29+
<p class="border border-base-300 border-dashed leading-[36px] h-[38px] rounded-default text-center dark:border-base-700">
3030
{% trans 'Not enough data.' %}
3131
</p>
3232
</div>

src/unfold/static/unfold/css/styles.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)