From fdb0610da80fd3b26d654feb7875572fc6b35603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C5=BEe=20Fortun?= Date: Thu, 30 Nov 2023 12:41:26 +0100 Subject: [PATCH] Fix record field viewer description not being in new line --- .../ModuleFields/Editor/DateTime.vue | 1 - .../src/components/PageBlocks/RecordBase.vue | 55 ++++++++++--------- .../components/PageBlocks/RecordEditor.vue | 24 +++++--- .../src/themes/corteza-base/custom.scss | 10 ++++ 4 files changed, 56 insertions(+), 34 deletions(-) diff --git a/client/web/compose/src/components/ModuleFields/Editor/DateTime.vue b/client/web/compose/src/components/ModuleFields/Editor/DateTime.vue index 051543b32..91889bf49 100644 --- a/client/web/compose/src/components/ModuleFields/Editor/DateTime.vue +++ b/client/web/compose/src/components/ModuleFields/Editor/DateTime.vue @@ -4,7 +4,6 @@ :label-cols-xl="horizontal && '4'" :content-cols-md="horizontal && '7'" :content-cols-xl="horizontal && '8'" - label-class="text-primary" :class="formGroupStyleClasses" >