Skip to content

Commit fb79c84

Browse files
committed
chore(styles): removed unnecessary styling [ci visual]
1 parent ccb8b9b commit fb79c84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stories/icon-tab-bar/icon-tab-bar.stories.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ Overflow.parameters = {
929929

930930
export const SingleClick = () => `<div class='fddocs-icon-tab-container' style="min-height: 800px;">
931931
<div class="fd-icon-tab-bar fd-icon-tab-bar--xl">
932-
<ul role="tablist" class="fd-icon-tab-bar__header" style="overflow: visible">
932+
<ul role="tablist" class="fd-icon-tab-bar__header">
933933
<li role="presentation" class="fd-icon-tab-bar__item">
934934
<a role="tab" class="fd-icon-tab-bar__tab" href="#" id="tab111">
935935
<span class="fd-icon-tab-bar__tag">Section 1</span>
@@ -998,7 +998,7 @@ export const SingleClick = () => `<div class='fddocs-icon-tab-container' style="
998998
<div style="height: 20rem;"></div>
999999
10001000
<div class='fd-icon-tab-bar fd-icon-tab-bar--icon'>
1001-
<ul role='tablist' class='fd-icon-tab-bar__header' style='overflow: visible'>
1001+
<ul role='tablist' class='fd-icon-tab-bar__header'>
10021002
<li role='presentation' class='fd-icon-tab-bar__item'>
10031003
<a role='tab' class='fd-icon-tab-bar__tab' href='#' aria-selected='true' id='tab1'>
10041004
<div class='fd-icon-tab-bar__container'>

0 commit comments

Comments
 (0)