We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7defdb8 commit 7972dffCopy full SHA for 7972dff
elements/pfe-sass/mixins/_mixins.scss
@@ -199,6 +199,7 @@
199
200
@mixin pfe-tab-panel-container($orientation: "horizontal", $border: false) {
201
margin: 0;
202
+ width: 100%;
203
padding: #{pfe-var(container-spacer)} 0;
204
@if $orientation == "vertical" {
205
padding-left: calc(#{pfe-var(container-spacer)} * 2);
elements/pfe-tabs/src/pfe-tab-panel.scss
@@ -5,6 +5,10 @@ $LOCAL: tabs;
5
:host {
6
display: block;
7
color: #{pfe-radio(color--text)};
8
+
9
+ [tabindex] {
10
+ display: flex;
11
+ }
12
}
13
14
:host([hidden]) {
0 commit comments