From cae48ec4abfb71404f15ee6f5cca6acf54123d4a Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Sun, 15 Dec 2024 02:35:27 -0300 Subject: [PATCH] feat(calculator): prevent calculator from going out of bounds --- app/templates/layouts/base.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/app/templates/layouts/base.html b/app/templates/layouts/base.html index 146727a..4552128 100644 --- a/app/templates/layouts/base.html +++ b/app/templates/layouts/base.html @@ -38,8 +38,7 @@ {% include 'includes/toasts.html' %} -