fix/tabs-equal-width (#10459)

This commit is contained in:
Shaurya Sharma 2024-07-31 10:06:41 +05:30 committed by GitHub
parent 5456786ff4
commit 1dd81e9715
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -143,7 +143,7 @@ export const Tabs = function Tabs({
return (
<div
data-disabled={parsedDisabledState}
className="jet-tabs card"
className="jet-tabs card tabs-component"
style={{ height, display: parsedWidgetVisibility ? 'flex' : 'none', backgroundColor: bgColor, boxShadow }}
data-cy={dataCy}
>

View file

@ -13328,3 +13328,8 @@ div.ds-svg-container svg {
}
}
.tabs-component{
.tab-pane{
top: initial !important;
}
}