From 8a6fb2d04967a9f2d2c8fe581a3e4142b86363b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexa=20Valentov=C3=A1?= <git@imaniti.org> Date: Mon, 2 Sep 2024 14:32:17 +0200 Subject: [PATCH] revert padding --- .../templates/styleguide2/includes/organisms/layout/navbar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/templates/styleguide2/includes/organisms/layout/navbar.html b/shared/templates/styleguide2/includes/organisms/layout/navbar.html index 1d520ee5..9e40c3d3 100644 --- a/shared/templates/styleguide2/includes/organisms/layout/navbar.html +++ b/shared/templates/styleguide2/includes/organisms/layout/navbar.html @@ -66,7 +66,7 @@ {% if page.root_page.search_page %} <form method="GET" action="{{ page.root_page.search_page.url }}"> - {% include 'styleguide2/includes/atoms/form_fields/form_input.html' with placeholder='Hledej' classes='text-black py-1 px-3 w-60' name='q' value=global_search_query %} + {% include 'styleguide2/includes/atoms/form_fields/form_input.html' with placeholder='Hledej' classes='text-black p-3 w-60' name='q' value=global_search_query %} </form> {% endif %} -- GitLab