Commit 56ededf3 authored by JunhaoQiu's avatar JunhaoQiu
Browse files

&:deep

parent 97469adf
Loading
Loading
Loading
Loading
+14 −15
Original line number Diff line number Diff line
@@ -100,14 +100,17 @@ const workflowTags = computed(() => {
    </div>
</template>

<style scoped>
<style scoped lang="scss">
.history-link-wrapper {
    max-width: 300px;
    display: inline-block;
    vertical-align: middle;
}

::v-deep(.history-link-wrapper .history-link button) {
    &:deep(.history-link) {
        max-width: 100%;
        overflow: hidden;

        button {
            display: inline-block !important;
            overflow: hidden !important;
            white-space: nowrap !important;
@@ -115,10 +118,6 @@ const workflowTags = computed(() => {
            max-width: 100% !important;
            vertical-align: middle;
        }

::v-deep(.history-link-wrapper .history-link) {
    max-width: 100%;
    overflow: hidden;
    }

}
</style>