From 096b73b192d992bec10b5afd633a50143bc81e95 Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Sat, 29 Jan 2022 15:40:10 +0100 Subject: [PATCH] display property description by default --- .../app/components/ui-property.vue | 20 ++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/zero.Backoffice.UI/app/components/ui-property.vue b/zero.Backoffice.UI/app/components/ui-property.vue index 212ba847..266c6c3a 100644 --- a/zero.Backoffice.UI/app/components/ui-property.vue +++ b/zero.Backoffice.UI/app/components/ui-property.vue @@ -7,7 +7,8 @@ * - ? + +
@@ -155,6 +156,23 @@ }*/ } + .ui-property-label small + { + display: block; + padding-top: 2px; + font-size: var(--font-size-xs); + font-weight: 400; + line-height: 1.3; + text-decoration: none; + color: var(--color-text-dim-one); + + &:empty + { + display: none; + } + } + + .ui-property-label-small { display: inline-block;