Skip to content

Commit f5bfa0a

Browse files
clean up scss
1 parent afd2059 commit f5bfa0a

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

client/src/components/Workflow/WorkflowAnnotation.vue

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -101,20 +101,13 @@ const workflowTags = computed(() => {
101101
<style scoped lang="scss">
102102
.history-link-wrapper {
103103
max-width: 300px;
104-
display: inline-block;
105-
vertical-align: middle;
106104
107105
&: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-
vertical-align: middle;
106+
a {
107+
overflow: hidden;
108+
white-space: nowrap;
109+
text-overflow: ellipsis;
110+
display: block;
118111
}
119112
}
120113
}

0 commit comments

Comments
 (0)