HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/matomo.circ/plugins/TagManager/vue/src/ContainerSelector/ContainerSelector.less
.tagContainerSelector {
    a.title {
        // - (search + margins (14px*3)) - arrow
        max-width: ~'calc(71vw - 250px - 1em)';
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .custom_select_container {
         li a {
            line-height: 18px;
            height: auto;
            display: block;
            text-decoration: none;
            max-width: 280px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding: 0 0 0 5px;
            color: @theme-color-text;
            text-transform: uppercase;
            width: 100%;
            &:hover {
                background: @color-silver-l95;
            }
        }
    }
}

.tagmanager {
    .siteSelector {
        a.title {
            max-width: ~'calc(58vw - 250px - 1em)';
        }
    }
}