[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#1669
This commit is contained in:
parent
764348d23f
commit
0c133def8c
@ -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