mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
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 one
This commit is contained in:
committed by
Joan Mateu Jordi
parent
ebbadb0aa4
commit
3cb9d609fa
@@ -1,7 +1,7 @@
|
||||
.o_form_view {
|
||||
.o_form_sheet_bg .o_form_sheet {
|
||||
max-width: none;
|
||||
width: auto;
|
||||
max-width: none !important;
|
||||
width: auto !important;
|
||||
}
|
||||
.o_FormRenderer_chatterContainer {
|
||||
max-width: none;
|
||||
|
||||
Reference in New Issue
Block a user