Skip to content

Commit dd9da2b

Browse files
clean up scss
1 parent 9fcfe3d commit dd9da2b

2 files changed

Lines changed: 6 additions & 12 deletions

File tree

client/src/components/History/SwitchToHistoryLink.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ function viewHistoryInNewTab(history: HistorySummary) {
8888
<LoadingSpan v-if="!history" />
8989
<div v-else class="history-link" data-description="switch to history link">
9090
<GLink
91+
class="history-link-click"
9192
tooltip
9293
thin
9394
data-description="switch to history link"

client/src/components/Workflow/WorkflowAnnotation.vue

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -90,20 +90,13 @@ const workflowTags = computed(() => {
9090
<style scoped lang="scss">
9191
.history-link-wrapper {
9292
max-width: 300px;
93-
display: inline-block;
94-
vertical-align: middle;
9593
9694
&:deep(.history-link) {
97-
max-width: 100%;
98-
overflow: hidden;
99-
100-
button {
101-
display: inline-block !important;
102-
overflow: hidden !important;
103-
white-space: nowrap !important;
104-
text-overflow: ellipsis !important;
105-
max-width: 100% !important;
106-
vertical-align: middle;
95+
.history-link-click {
96+
overflow: hidden;
97+
white-space: nowrap;
98+
text-overflow: ellipsis;
99+
display: block;
107100
}
108101
}
109102
}

0 commit comments

Comments
 (0)