Skip to content

Commit 3f920ad

Browse files
authored
Update workshop idea form css (#539)
* Remove validation on workshop from story idea (bc sometimes enter external workshop title) * Change display of time_frame_total on workshop_idea form
1 parent 7bcd342 commit 3f920ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/workshop_ideas/_form.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<label class="block text-md font-medium text-gray-700 mb-1">
6464
Timeframe / Duration
6565
</label>
66-
<div class="flex gap-x-2 items-center">
66+
<div class="flex gap-x-2 font-bold text-xl items-center">
6767
<span data-timeframe-target="output"
6868
class="text-gray-900 font-medium">
6969
<%= f.object.time_frame_total %>

0 commit comments

Comments
 (0)