Calendar is fullscreen
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
</div>
|
||||
|
||||
<div class="my-5">
|
||||
<%= form.label :place_id %>
|
||||
<%= form.collection_select :place_id, @company.places, :id, :name, prompt: "Select a Place", class:"block shadow rounded-md border border-gray-400 outline-none px-3 py-2 mt-2 w-full" %>
|
||||
<%= form.label :team_id %>
|
||||
<%= form.collection_select :place_id, @company.teams, :id, :name, prompt: "Select a Team", class:"block shadow rounded-md border border-gray-400 outline-none px-3 py-2 mt-2 w-full" %>
|
||||
</div>
|
||||
|
||||
<div class="my-5">
|
||||
|
||||
Reference in New Issue
Block a user