Skip to content

Commit 56ededf

Browse files
committed
&:deep
1 parent 97469ad commit 56ededf

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

client/src/components/Workflow/WorkflowAnnotation.vue

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -100,25 +100,24 @@ const workflowTags = computed(() => {
100100
</div>
101101
</template>
102102

103-
<style scoped>
103+
<style scoped lang="scss">
104104
.history-link-wrapper {
105105
max-width: 300px;
106106
display: inline-block;
107107
vertical-align: middle;
108-
}
109-
110-
::v-deep(.history-link-wrapper .history-link button) {
111-
display: inline-block !important;
112-
overflow: hidden !important;
113-
white-space: nowrap !important;
114-
text-overflow: ellipsis !important;
115-
max-width: 100% !important;
116-
vertical-align: middle;
117-
}
118108
119-
::v-deep(.history-link-wrapper .history-link) {
120-
max-width: 100%;
121-
overflow: hidden;
109+
&:deep(.history-link) {
110+
max-width: 100%;
111+
overflow: hidden;
112+
113+
button {
114+
display: inline-block !important;
115+
overflow: hidden !important;
116+
white-space: nowrap !important;
117+
text-overflow: ellipsis !important;
118+
max-width: 100% !important;
119+
vertical-align: middle;
120+
}
121+
}
122122
}
123-
124123
</style>

0 commit comments

Comments
 (0)