mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-27 04:16:05 +00:00
16 lines
186 B
CSS
16 lines
186 B
CSS
.row-styles {
|
|
cursor: pointer;
|
|
}
|
|
.hide {
|
|
display: none;
|
|
}
|
|
|
|
/* .ant-tabs-nav-list {
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
} */
|
|
|
|
.ant-table-body table {
|
|
margin-bottom: 64px;
|
|
}
|