[FIX] documentation: tabs responsiveness
Prior of this commit, the tabs were not responsive in the documentation
closes odoo/documentation#3081
X-original-commit: c9a001d22b
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
parent
9b57df9a8d
commit
b3b20ef355
@ -1141,6 +1141,8 @@ header {
|
||||
div[role="tablist"] {
|
||||
border-color: $gray-light;
|
||||
display: inline-flex;
|
||||
overflow-x: auto;
|
||||
overflow-y: clip;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user