Loading client/src/components/Workflow/WorkflowAnnotation.vue +5 −12 Original line number Diff line number Diff line Loading @@ -101,20 +101,13 @@ const workflowTags = computed(() => { <style scoped lang="scss"> .history-link-wrapper { max-width: 300px; display: inline-block; vertical-align: middle; &:deep(.history-link) { max-width: 100%; a { overflow: hidden; button { display: inline-block !important; overflow: hidden !important; white-space: nowrap !important; text-overflow: ellipsis !important; max-width: 100% !important; vertical-align: middle; white-space: nowrap; text-overflow: ellipsis; display: block; } } } Loading Loading
client/src/components/Workflow/WorkflowAnnotation.vue +5 −12 Original line number Diff line number Diff line Loading @@ -101,20 +101,13 @@ const workflowTags = computed(() => { <style scoped lang="scss"> .history-link-wrapper { max-width: 300px; display: inline-block; vertical-align: middle; &:deep(.history-link) { max-width: 100%; a { overflow: hidden; button { display: inline-block !important; overflow: hidden !important; white-space: nowrap !important; text-overflow: ellipsis !important; max-width: 100% !important; vertical-align: middle; white-space: nowrap; text-overflow: ellipsis; display: block; } } } Loading