.LabelContent {
    all: inherit;
    margin: 0;
    padding: 0;
    display: contents;
}

.Label {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 90%;
    opacity: 0.667;
    margin-right: 0.5em;
}
