-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] stock_{picking_batch,fleet}: scope no content helper
Since [1], a CSS rule was changing the size of all the no content helpers throughout Odoo when `stock_picking_batch` was installed. This commit fixes that by scoping the rule to its original intent. opw-4370026 [1]: odoo@06d1d48#diff-87ad06e3496be4ac6761b7052a11d9e9f1464e291d305405aae839f1a4d2ba9cR1 closes odoo#189786 Signed-off-by: Lucas Perais (lpe) <[email protected]>
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
addons/stock_picking_batch/static/src/scss/stock_picking_batch_empty_screen.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
.o_view_nocontent .o_nocontent_help { | ||
.oe_stock_picking_batch .o_view_nocontent .o_nocontent_help { | ||
max-width: 90%; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters