fix: prevented infraMonitoring styles from overriding at other places (#7425)

This commit is contained in:
SagarRajput-7 2025-03-24 21:13:49 +05:30 committed by GitHub
parent 3100d602c4
commit 9c25a33cd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -702,26 +702,27 @@
}
}
.ant-table-cell {
.infra-monitoring-container {
.ant-table-cell {
min-width: 140px !important;
max-width: 140px !important;
}
}
.ant-table-cell {
.ant-table-cell {
&:has(.pod-name-header) {
min-width: 250px !important;
max-width: 250px !important;
}
}
}
.ant-table-cell {
.ant-table-cell {
&:has(.med-col) {
min-width: 180px !important;
max-width: 180px !important;
}
}
}
.expanded-k8s-list-table {
.expanded-k8s-list-table {
.ant-table-cell {
min-width: 180px !important;
max-width: 180px !important;
@ -731,11 +732,12 @@
min-width: 30px !important;
max-width: 30px !important;
}
}
}
.ant-table-row-expand-icon-cell {
.ant-table-row-expand-icon-cell {
min-width: 30px !important;
max-width: 30px !important;
}
}
.event-content-container {