mirror of
https://github.com/we-promise/sure.git
synced 2026-04-25 15:04:04 +00:00
UI: improve alignments with submit button & budget donut (#2131)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
latest_budget: @latest_budget %>
|
||||
|
||||
<div class="flex flex-col items-start gap-4 md:flex-row">
|
||||
<div class="w-full md:w-[300px] space-y-4">
|
||||
<div class="w-full md:max-w-[300px] space-y-4">
|
||||
<div class="h-[300px] bg-container rounded-xl shadow-border-xs p-8">
|
||||
<% if @budget.available_to_allocate.negative? %>
|
||||
<%= render "budgets/over_allocation_warning", budget: @budget %>
|
||||
|
||||
Reference in New Issue
Block a user