mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-17 11:45:52 +08:00
feat: handled inactive tab handling by removing the display flex override (#4708)
Co-authored-by: Sagar Rajput <sagarrajput@192.168.1.2>
This commit is contained in:
parent
cf22039562
commit
0365fa5421
@ -1,10 +1,4 @@
|
|||||||
.logs-module-container {
|
.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;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -2,4 +2,8 @@
|
|||||||
.ant-tabs-content {
|
.ant-tabs-content {
|
||||||
padding: 0 16px;
|
padding: 0 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ant-tabs-tabpane-hidden {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user