Commit f5bfa0a3 authored by Ahmed Awan's avatar Ahmed Awan
Browse files

clean up scss

parent afd20599
Loading
Loading
Loading
Loading
+5 −12
Original line number Diff line number Diff line
@@ -101,20 +101,13 @@ const workflowTags = computed(() => {
<style scoped lang="scss">
.history-link-wrapper {
    max-width: 300px;
    display: inline-block;
    vertical-align: middle;

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

        button {
            display: inline-block !important;
            overflow: hidden !important;
            white-space: nowrap !important;
            text-overflow: ellipsis !important;
            max-width: 100% !important;
            vertical-align: middle;
            white-space: nowrap;
            text-overflow: ellipsis;
            display: block;
        }
    }
}