Browse Source

publish muk_web_theme - 12.0

pull/68/head
MuK IT GmbH 5 years ago
parent
commit
5fa8f41b36
  1. 2
      muk_web_theme/__manifest__.py
  2. 2
      muk_web_theme/static/src/scss/form_view.scss

2
muk_web_theme/__manifest__.py

@ -19,7 +19,7 @@
{
"name": "MuK Backend Theme",
"summary": "Odoo Community Backend Theme",
"version": "12.0.1.2.12",
"version": "12.0.1.2.13",
"category": "Themes/Backend",
"license": "AGPL-3",
"author": "MuK IT",

2
muk_web_theme/static/src/scss/form_view.scss

@ -136,7 +136,7 @@
flex: 1 1 auto;
overflow: auto;
}
.o_chatter {
> .o_chatter {
border-left: 1px solid gray('400');
min-width: $mk-chatter-min-width;
max-width: $mk-chatter-max-width;

Loading…
Cancel
Save