File tree Expand file tree Collapse file tree 1 file changed +14
-15
lines changed
client/src/components/Workflow Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments