Skip to content

Commit

Permalink
[FIX] web: Properly display Applications' settings tab
Browse files Browse the repository at this point in the history
	If there are too many application installed, UI for the
	settings tab is messed up.

	This commit fixes the issue by properly displaying
	settings tab.

Task: 1865365
Closes: #25694
  • Loading branch information
mgh-odoo committed Jul 23, 2018
1 parent da15493 commit e398b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/web/static/src/scss/base_settings.scss
Expand Up @@ -107,7 +107,7 @@
.tab {
@include o-flex-display;
padding: 0 $o-horizontal-padding*2 0 $o-horizontal-padding;
height: 40px;
min-height: 40px;
color: $gray-lighter-darker;
font-size: 13px;
line-height: 40px;
Expand Down

0 comments on commit e398b0b

Please sign in to comment.