fix: filter correction

This commit is contained in:
Pranav C
2025-02-04 12:14:37 +00:00
parent 676dd6abc9
commit 28d3046b53
2 changed files with 35 additions and 11 deletions

View File

@@ -108,11 +108,11 @@ const formattedPayload = computed(() => {
.log-detail-item {
@apply flex flex-row w-full;
.label {
@apply min-w-40 font-weight-bold overflow-ellipsis whitespace-nowrap overflow-hidden text-small1 lowercase;
@apply min-w-40 text-gray-700 overflow-ellipsis whitespace-nowrap overflow-hidden text-small1 lowercase;
}
.value {
@apply min-w-0 text-gray-500 overflow-ellipsis whitespace-nowrap overflow-hidden text-small1;
@apply min-w-0 font-weight-600 overflow-ellipsis whitespace-nowrap overflow-hidden leading-[20px];
}
}
}