Skip to content

Commit 10ddaac

Browse files
committed
Merge branch 'replace-truncating-label' into add-graph-to-console
2 parents a019364 + 498ebd8 commit 10ddaac

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/main/frontend/pipeline-graph-view/pipeline-graph/main/support/labels.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import * as React from "react";
22
import { CSSProperties } from "react";
3+
import React, { CSSProperties } from "react";
34

45
import { sequentialStagesLabelOffset } from "../PipelineGraphLayout.ts";
56
import { LayoutInfo, NodeLabelInfo } from "../PipelineGraphModel.tsx";

src/main/frontend/pipeline-graph-view/pipeline-graph/styles/PipelineGraphWidget.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@
139139
font-weight: var(--font-bold-weight);
140140
font-size: 0.8125rem;
141141
transition: translate var(--standard-transition);
142+
-webkit-line-clamp: 1 !important;
142143

143144
&--selected {
144145
translate: 0 -2px;

0 commit comments

Comments
 (0)