mirror of https://github.com/OCA/web.git
web_sheet_full_width: Override css of enterprise styles
More specifically, in web_enterprise the selector .o_form_view.o_xxl_form_view > .o_form_sheet_bg > .o_form_sheet fixes the width and has more specificity than this onepull/2115/head
parent
ebbadb0aa4
commit
3cb9d609fa
|
@ -1,7 +1,7 @@
|
||||||
.o_form_view {
|
.o_form_view {
|
||||||
.o_form_sheet_bg .o_form_sheet {
|
.o_form_sheet_bg .o_form_sheet {
|
||||||
max-width: none;
|
max-width: none !important;
|
||||||
width: auto;
|
width: auto !important;
|
||||||
}
|
}
|
||||||
.o_FormRenderer_chatterContainer {
|
.o_FormRenderer_chatterContainer {
|
||||||
max-width: none;
|
max-width: none;
|
||||||
|
|
Loading…
Reference in New Issue