From 40cd1d23d52326133541eafd4ae123e5d2fcd829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 19 Dec 2022 15:11:44 +0100 Subject: [PATCH] maps: keep marker colour widgets aligned (#72084) --- .../templates/maps/colour_or_text_input.html | 16 +++++++++------- combo/manager/static/css/combo.manager.scss | 7 +++++++ 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/combo/apps/maps/templates/maps/colour_or_text_input.html b/combo/apps/maps/templates/maps/colour_or_text_input.html index c0b97104..30334020 100644 --- a/combo/apps/maps/templates/maps/colour_or_text_input.html +++ b/combo/apps/maps/templates/maps/colour_or_text_input.html @@ -1,12 +1,14 @@ {% load i18n %} {% with widget_value=widget.value|stringformat:'s' %} - {% spaceless %} - - - - - {% endspaceless %} - +
+ {% spaceless %} + + + + + {% endspaceless %} + +
{% endwith %}