Skip to content

Commit 7cb201d

Browse files
authored
fix: actions bar height (#1427)
1 parent f9bd1d7 commit 7cb201d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.

src/unfold/templates/unfold/helpers/tab_actions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% if actions_list or actions_detail or actions_items or nav_global %}
2-
<ul class="flex flex-col font-medium mb-4 ml-auto mt-2 md:flex-row md:mb-2 md:mt-0 max-md:w-full">
2+
<ul class="flex flex-col font-medium mb-4 ml-auto mt-2 md:flex-row md:mb-0 md:mt-0 max-md:w-full">
33
{% if actions_items %}
44
{{ actions_items }}
55
{% endif %}

src/unfold/templates/unfold/helpers/tab_list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{% if not is_popup %}
44
{% if tabs_list or inlines_list or actions_list or actions_detail or actions_items or nav_global %}
5-
<div class="border-base-200 flex items-start flex-col mb-4 md:border-b dark:md:border-base-800 md:border-l-0 md:flex-row md:items-center">
5+
<div class="border-base-200 flex items-start flex-col mb-4 min-h-13 md:border-b dark:md:border-base-800 md:border-l-0 md:flex-row md:items-center">
66
{% include "unfold/helpers/tab_items.html" %}
77

88
{% include "unfold/helpers/tab_actions.html" %}

0 commit comments

Comments
 (0)