From f0707ad049023c5cc2c5f9f5319614c69b8276e5 Mon Sep 17 00:00:00 2001 From: Elisabeth Dickinson Date: Tue, 8 Mar 2022 14:37:09 +0000 Subject: [PATCH] [IMP] scss: make alert full width of parent Before this commit, the alerts would all have different widths according to their content, some stretching and getting pushed under the "on this page" menu. This way all alerts are aligned. X-original-commit: b76a56652264de962b7ae6343bfb712f1805b3e9 Part-of: odoo/documentation#1673 --- extensions/odoo_theme/static/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/odoo_theme/static/style.scss b/extensions/odoo_theme/static/style.scss index e3492b5bf..44b096b21 100644 --- a/extensions/odoo_theme/static/style.scss +++ b/extensions/odoo_theme/static/style.scss @@ -856,6 +856,7 @@ header.o_main_header { display: inline-block; border-radius: 0; border-width: 0 0 0 3px; + width: 100%; @include font-size($font-size-secondary); code {