Skip to content
Snippets Groups Projects
Commit dccd37d4 authored by Lucas Lefèvre's avatar Lucas Lefèvre
Browse files

[FIX] web: fix tabs padding and min height

No padding is applied to tab content panels in Community.
Also the minimum height selector does not correctly target tabs.

Related Enterprise PR: https://github.com/odoo/enterprise/pull/3568/

closes odoo/odoo#30771
parent 2b844a7f
Branches
Tags
No related merge requests found
......@@ -378,8 +378,8 @@
clear: both; // For the notebook not to have alongside floating elements
margin-top: $o-form-spacing-unit * 2;
.nav-tabs > .tab-pane {
min-height: 100px;
.tab-content > .tab-pane {
padding: $o-horizontal-padding 0;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment