[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#1673
This commit is contained in:
parent
9c56734a3a
commit
f0707ad049
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user