File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments