From 006ee6d4b693a60ebe3aea9fb1e68ab9884efa30 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 6fb4eb524..7b8e5e87a 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;