﻿.wrapper {
    display: flex;
    width: 100%;
}

.fluid {
    flex: 1 1 100%;
    min-width: 0;
}

.fluid-content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.static-content {
    width: 200px;
}
/*https://codepen.io/cjulian/pen/wrOyJz*/