mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-29 05:12:01 +08:00
fix: prevented infraMonitoring styles from overriding at other places (#7425)
This commit is contained in:
parent
3100d602c4
commit
9c25a33cd9
@ -702,29 +702,36 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-table-cell {
|
.infra-monitoring-container {
|
||||||
min-width: 140px !important;
|
|
||||||
max-width: 140px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ant-table-cell {
|
|
||||||
&:has(.pod-name-header) {
|
|
||||||
min-width: 250px !important;
|
|
||||||
max-width: 250px !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.ant-table-cell {
|
|
||||||
&:has(.med-col) {
|
|
||||||
min-width: 180px !important;
|
|
||||||
max-width: 180px !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.expanded-k8s-list-table {
|
|
||||||
.ant-table-cell {
|
.ant-table-cell {
|
||||||
min-width: 180px !important;
|
min-width: 140px !important;
|
||||||
max-width: 180px !important;
|
max-width: 140px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ant-table-cell {
|
||||||
|
&:has(.pod-name-header) {
|
||||||
|
min-width: 250px !important;
|
||||||
|
max-width: 250px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.ant-table-cell {
|
||||||
|
&:has(.med-col) {
|
||||||
|
min-width: 180px !important;
|
||||||
|
max-width: 180px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.expanded-k8s-list-table {
|
||||||
|
.ant-table-cell {
|
||||||
|
min-width: 180px !important;
|
||||||
|
max-width: 180px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ant-table-row-expand-icon-cell {
|
||||||
|
min-width: 30px !important;
|
||||||
|
max-width: 30px !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-table-row-expand-icon-cell {
|
.ant-table-row-expand-icon-cell {
|
||||||
@ -733,11 +740,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-table-row-expand-icon-cell {
|
|
||||||
min-width: 30px !important;
|
|
||||||
max-width: 30px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.event-content-container {
|
.event-content-container {
|
||||||
.ant-table {
|
.ant-table {
|
||||||
background: var(--bg-ink-400);
|
background: var(--bg-ink-400);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user