From c3305b3df6fe10d07aabdb23216d68276f91250e Mon Sep 17 00:00:00 2001 From: Gregor Vostrak Date: Tue, 30 Sep 2025 16:58:24 +0200 Subject: [PATCH] remove bottom padding for toast container This became redundant due to the floating feedback bubble removal --- resources/js/Components/NotificationContainer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/Components/NotificationContainer.vue b/resources/js/Components/NotificationContainer.vue index 28e28f89..3961d8f6 100644 --- a/resources/js/Components/NotificationContainer.vue +++ b/resources/js/Components/NotificationContainer.vue @@ -1,7 +1,7 @@