From 2196189453b8fa25a19f7f4368f0086b491af199 Mon Sep 17 00:00:00 2001 From: Elisabeth Dickinson Date: Thu, 29 Dec 2022 12:07:22 +0100 Subject: [PATCH] [IMP][CSS] Fix data indentation --- extensions/odoo_theme/static/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extensions/odoo_theme/static/style.scss b/extensions/odoo_theme/static/style.scss index b55563546..9bd66d351 100644 --- a/extensions/odoo_theme/static/style.scss +++ b/extensions/odoo_theme/static/style.scss @@ -496,6 +496,10 @@ header { } } + dl:not([class]) dd { + margin-left: $o-margin-s; + } + dl.field-list { @include font-size($font-size-sm); padding: .5rem;