Loading client/src/components/Workflow/WorkflowAnnotation.vue +14 −15 Original line number Diff line number Diff line Loading @@ -100,14 +100,17 @@ const workflowTags = computed(() => { </div> </template> <style scoped> <style scoped lang="scss"> .history-link-wrapper { max-width: 300px; display: inline-block; vertical-align: middle; } ::v-deep(.history-link-wrapper .history-link button) { &:deep(.history-link) { max-width: 100%; overflow: hidden; button { display: inline-block !important; overflow: hidden !important; white-space: nowrap !important; Loading @@ -115,10 +118,6 @@ const workflowTags = computed(() => { max-width: 100% !important; vertical-align: middle; } ::v-deep(.history-link-wrapper .history-link) { max-width: 100%; overflow: hidden; } } </style> Loading
client/src/components/Workflow/WorkflowAnnotation.vue +14 −15 Original line number Diff line number Diff line Loading @@ -100,14 +100,17 @@ const workflowTags = computed(() => { </div> </template> <style scoped> <style scoped lang="scss"> .history-link-wrapper { max-width: 300px; display: inline-block; vertical-align: middle; } ::v-deep(.history-link-wrapper .history-link button) { &:deep(.history-link) { max-width: 100%; overflow: hidden; button { display: inline-block !important; overflow: hidden !important; white-space: nowrap !important; Loading @@ -115,10 +118,6 @@ const workflowTags = computed(() => { max-width: 100% !important; vertical-align: middle; } ::v-deep(.history-link-wrapper .history-link) { max-width: 100%; overflow: hidden; } } </style>