web/elements: fix width for vertical tabs
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
bd514dcce6
commit
6b085a58be
|
@ -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%;
|
||||
}
|
||||
|
|
Reference in New Issue