From 3d45d21859463a884ae5dbf8c35128d8cf264758 Mon Sep 17 00:00:00 2001 From: lukas Date: Thu, 20 Jun 2024 08:49:55 +0200 Subject: [PATCH] fix: compressed fields for tabular inline --- src/unfold/templates/unfold/helpers/field_readonly_value.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unfold/templates/unfold/helpers/field_readonly_value.html b/src/unfold/templates/unfold/helpers/field_readonly_value.html index 51bb7b30..fb06084a 100644 --- a/src/unfold/templates/unfold/helpers/field_readonly_value.html +++ b/src/unfold/templates/unfold/helpers/field_readonly_value.html @@ -1 +1 @@ -
{% if value %}{{ value }}{% elif field.contents %}{{ field.contents }}{% else %}-{% endif %}
+
{% if value %}{{ value }}{% elif field.contents %}{{ field.contents }}{% else %}-{% endif %}