mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
fix/tabs-equal-width (#10459)
This commit is contained in:
parent
5456786ff4
commit
1dd81e9715
2 changed files with 6 additions and 1 deletions
|
|
@ -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}
|
||||
>
|
||||
|
|
|
|||
|
|
@ -13328,3 +13328,8 @@ div.ds-svg-container svg {
|
|||
}
|
||||
}
|
||||
|
||||
.tabs-component{
|
||||
.tab-pane{
|
||||
top: initial !important;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue