Skip to content

Commit 1aa5e7c

Browse files
authored
fix: tabular date and time fields (#367)
1 parent 838224d commit 1aa5e7c

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.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<div class="flex flex-col max-w-2xl relative">
1+
<div class="flex flex-col max-w-2xl min-w-48 relative w-full">
22
{% include "django/forms/widgets/input.html" %}
33
</div>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<div class="flex flex-col max-w-2xl relative">
1+
<div class="flex flex-col max-w-2xl min-w-48 relative w-full">
22
{% include "django/forms/widgets/input.html" %}
33
</div>

0 commit comments

Comments
 (0)