Skip to content

Commit 7972dff

Browse files
committed
US198278 set tab panels to 100%
1 parent 7defdb8 commit 7972dff

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

elements/pfe-sass/mixins/_mixins.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@
199199

200200
@mixin pfe-tab-panel-container($orientation: "horizontal", $border: false) {
201201
margin: 0;
202+
width: 100%;
202203
padding: #{pfe-var(container-spacer)} 0;
203204
@if $orientation == "vertical" {
204205
padding-left: calc(#{pfe-var(container-spacer)} * 2);

elements/pfe-tabs/src/pfe-tab-panel.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ $LOCAL: tabs;
55
:host {
66
display: block;
77
color: #{pfe-radio(color--text)};
8+
9+
[tabindex] {
10+
display: flex;
11+
}
812
}
913

1014
:host([hidden]) {

0 commit comments

Comments
 (0)