From 0c133def8c7163d08a0299ba83245d4d7ca76dd2 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#1669 --- 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 {