N°2847 Fix object details width when using vertical tabs

This commit is contained in:
Stephen Abello
2020-10-08 10:38:21 +02:00
parent 10a945eb92
commit 5a072c75eb

View File

@@ -1034,6 +1034,9 @@ EOF
width: 100%;
justify-content: left;
}
.object-details .ibo-panel > .ibo-panel--body > .ibo-tab-container.is-vertical > .ibo-tab-container--tab-container {
flex-grow: 1;
}
CSS
);