[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:
Morgane (morm) 2022-11-29 15:02:52 +00:00
parent 9b57df9a8d
commit b3b20ef355

View File

@ -1141,6 +1141,8 @@ header {
div[role="tablist"] {
border-color: $gray-light;
display: inline-flex;
overflow-x: auto;
overflow-y: clip;
width: 100%;
}