From 5de35babf66a7fbdf79b56027770280ba67fa4c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Tue, 19 Aug 2025 23:21:54 +0200 Subject: [PATCH] float end na przyciskach --- static/css/style.css | 3 +++ templates/main.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 92ff3e8..1706567 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -220,6 +220,9 @@ input.form-control { padding: 8px 4px; border-radius: 0; } + .function-button-right { + justify-content: flex-end !important; + } } .table-responsive { diff --git a/templates/main.html b/templates/main.html index 6887db4..959417b 100644 --- a/templates/main.html +++ b/templates/main.html @@ -85,7 +85,7 @@ {% endfor %} -
+