mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-29 16:14:42 +00:00
18 lines
308 B
SCSS
18 lines
308 B
SCSS
|
|
.infra-monitoring-container {
|
||
|
|
.clusters-list-table {
|
||
|
|
.expanded-table-container {
|
||
|
|
padding-left: 40px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.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;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|