Skip to content

Commit

Permalink
feat: handled inactive tab handling by removing the display flex over…
Browse files Browse the repository at this point in the history
…ride (#4708)

Co-authored-by: Sagar Rajput <[email protected]>
  • Loading branch information
2 people authored and vikrantgupta25 committed Mar 15, 2024
1 parent 6c455ab commit fe1ee1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 1 addition & 7 deletions frontend/src/pages/LogsModulePage/LogsModulePage.styles.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
.logs-module-container {
// margin: 0 -1rem; // as we have added a margin of 0 1rem components container, have to adjust the margin with negative to style the logs explorer as we want

// .ant-tabs-content-holder {
// margin: 0 -1rem;
// }

flex: 1;
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -54,4 +48,4 @@
}
}
}
}
}
4 changes: 4 additions & 0 deletions frontend/src/pages/Pipelines/Pipelines.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@
.ant-tabs-content {
padding: 0 16px;
}

.ant-tabs-tabpane-hidden {
display: none !important;
}
}

0 comments on commit fe1ee1c

Please sign in to comment.