.no-stretch {
    width: 1%;
    white-space: nowrap;
}

.menu--vertical .router-link-active {
    background-color: #eee;
}
.btn--fab {
    z-index: 1;
}
.screen__menu {
    height: 48px;
    position: absolute;
    top: -48px;
    right: 24px;
    z-index: 1;
}
.layout--header > main {
    overflow: visible;
}
.screen__menu > * {
    height: 48px;
    line-height: 48px;
}
table, textarea {
    background-color: white;
}
.fnx__gallery__thumbs {
    min-height: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 12px;
    margin-top: 12px;
    padding: 0 12px;
    transition: margin-left 300ms;
    justify-content: center;
}
.fnx__gallery__thumb {
    transition: transform 300ms;
}
.fnx__gallery__thumb img {
    height: 100px;
    margin-right: 0.5em;
    border: 1px solid transparent;
    border-radius: 1px;
    cursor: pointer;
}
.fnx__gallery__thumb--selected img {
    border: 1px solid white;
}
.fnx__gallery__thumb:hover {
    transform: scale(1.2);
}
.fnx__file__upload {
    max-width: 30em;
}
@media (max-width: 600px) {
    .fnx__gallery__thumbs {
        min-height: 40px;
    }
    .fnx__gallery__thumb img {
        height: 40px;
    }
}}