web/elements: fix width for vertical tabs

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-04-04 16:44:29 +02:00
parent bd514dcce6
commit 6b085a58be
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ export class Tabs extends LitElement {
:host([vertical]) {
display: flex;
}
:host([vertical]) .pf-c-tabs {
width: auto !important;
}
:host([vertical]) .pf-c-tabs__list {
height: 100%;
}