[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: b76a566522
Part-of: odoo/documentation#1670
This commit is contained in:
Elisabeth Dickinson 2022-03-08 14:37:09 +00:00
parent fa3ed32409
commit 238444ece0

View File

@ -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 {