diff --git a/src/containers/Tenant/Query/QueryResult/components/SimplifiedPlan/OperationCell.tsx b/src/containers/Tenant/Query/QueryResult/components/SimplifiedPlan/OperationCell.tsx index ec36a4eae..33800b1ea 100644 --- a/src/containers/Tenant/Query/QueryResult/components/SimplifiedPlan/OperationCell.tsx +++ b/src/containers/Tenant/Query/QueryResult/components/SimplifiedPlan/OperationCell.tsx @@ -111,7 +111,8 @@ export function OperationCell({row, depth = 0, params}: OperationCellProp
{/* wrapper to inline elements */}
- {name}  + {name} +  
diff --git a/src/containers/Tenant/Query/QueryResult/components/SimplifiedPlan/SimplifiedPlan.scss b/src/containers/Tenant/Query/QueryResult/components/SimplifiedPlan/SimplifiedPlan.scss index bc29178d9..5afef8915 100644 --- a/src/containers/Tenant/Query/QueryResult/components/SimplifiedPlan/SimplifiedPlan.scss +++ b/src/containers/Tenant/Query/QueryResult/components/SimplifiedPlan/SimplifiedPlan.scss @@ -23,6 +23,9 @@ &__operation-params { color: var(--g-color-text-secondary); } + &__operation-name { + font-weight: 500; + } &__operation-name { position: relative;