未验证 提交 91319e31 编写于 作者: L labbomb 提交者: GitHub

[Fix][UI Next][V1.0.0-Alpha] Fixed an issue with long workflow names (#9217)

上级 aea00250
......@@ -224,7 +224,9 @@ export default defineComponent({
label={t('project.workflow.workflow_name')}
path='workflow_name'
>
{this.row.name}
<div class={styles.formItem} title={this.row.name}>
{this.row.name}
</div>
</NFormItem>
<NFormItem
label={t('project.workflow.failure_strategy')}
......
......@@ -95,3 +95,10 @@
margin-right: 5px;
}
}
.formItem {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
word-break: break-all;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册