mirror of
https://github.com/we-promise/sure.git
synced 2026-04-18 19:44:09 +00:00
fix: remove fixed height on budget chart to fill all the available space (#1124)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<%# Top Section: Donut and Summary side by side %>
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 gap-4">
|
||||
<%# Budget Donut %>
|
||||
<div class="h-[300px] bg-container rounded-xl shadow-border-xs p-8">
|
||||
<div class="min-h-[300px] bg-container rounded-xl shadow-border-xs p-8">
|
||||
<% if !@budget.initialized? && @source_budget.present? %>
|
||||
<%= render "budgets/copy_previous_prompt", budget: @budget, source_budget: @source_budget %>
|
||||
<% elsif @budget.initialized? && @budget.available_to_allocate.negative? %>
|
||||
|
||||
Reference in New Issue
Block a user