Skip to content

Commit 5b45827

Browse files
authored
fix: truncate long text in action dropdown (#1176)
1 parent 842fd50 commit 5b45827

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/unfold/forms.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ class ActionForm(forms.Form):
5050
"pr-8",
5151
"rounded",
5252
"text-white",
53+
"truncate",
5354
"*:text-base-700",
54-
"lg:min-w-72",
55+
"lg:w-72",
5556
]
5657
),
5758
"aria-label": _("Select action to run"),

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)