+
+
@@ -248,13 +249,13 @@
gap: 10px; /* Abstand zwischen den Spalten */
}
-.event-flexbox-row.top .left {
+.event-flexbox-row.top .actions-left {
flex: 0 0 calc(100% - 300px);
padding: 10px;
}
-.event-flexbox-row.top .right {
- flex: 0 0 250px;
+.event-flexbox-row.top .actions-right {
+ flex: 0 0 200px;
padding: 10px;
}
@@ -263,7 +264,7 @@
padding: 10px;
}
-.event-flexbox-row.top .right input[type="button"] {
+.event-flexbox-row.top .actions-right input[type="button"] {
width: 100% !important;
margin-bottom: 10px;
}
diff --git a/app/Domains/Event/Views/Partials/ParticipationSummary.vue b/app/Domains/Event/Views/Partials/ParticipationSummary.vue
index 3394bd6..3c605bd 100644
--- a/app/Domains/Event/Views/Partials/ParticipationSummary.vue
+++ b/app/Domains/Event/Views/Partials/ParticipationSummary.vue
@@ -96,19 +96,31 @@ const props = defineProps({
+
+ | Budget |
+
+ {{ props.event.totalBalance.estimated.readable }}
+ |
+
+ {{props.event.totalBalance.estimated.readable}}
+ |
+
+