mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-29 16:14:42 +00:00
18 lines
310 B
SCSS
18 lines
310 B
SCSS
.infra-monitoring-container {
|
|
.namespaces-list-table {
|
|
.expanded-table-container {
|
|
padding-left: 80px;
|
|
}
|
|
|
|
.ant-table-cell {
|
|
min-width: 223px !important;
|
|
max-width: 223px !important;
|
|
}
|
|
|
|
.ant-table-row-expand-icon-cell {
|
|
min-width: 30px !important;
|
|
max-width: 30px !important;
|
|
}
|
|
}
|
|
}
|