[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.

Part-of: odoo/documentation#1668
This commit is contained in:
Elisabeth Dickinson 2022-03-08 14:37:09 +00:00
parent 7250f88b8d
commit b76a566522

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 {