We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afd2059 commit f5bfa0aCopy full SHA for f5bfa0a
client/src/components/Workflow/WorkflowAnnotation.vue
@@ -101,20 +101,13 @@ const workflowTags = computed(() => {
101
<style scoped lang="scss">
102
.history-link-wrapper {
103
max-width: 300px;
104
- display: inline-block;
105
- vertical-align: middle;
106
107
&:deep(.history-link) {
108
- max-width: 100%;
109
- overflow: hidden;
110
-
111
- button {
112
- display: inline-block !important;
113
- overflow: hidden !important;
114
- white-space: nowrap !important;
115
- text-overflow: ellipsis !important;
116
- max-width: 100% !important;
117
+ a {
+ overflow: hidden;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ display: block;
118
}
119
120
0 commit comments