﻿.WorkerUserEditor-noUser {
    flex-grow: 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}

.WorkerUserEditor-noUseTitle {
    padding-top: 15px;
    width: 50%;
}

.WorkerUserEditor-noUserButton {
    padding-left: 0;
}

.WorkerUserEditor-tabContent {
    padding-top: 15px;
    padding-left: 15px;
    height: 100%;
    overflow-x: hidden;
}

.WorkerUserEditor {
    display: flex;
    flex-direction: column;
    max-height: 100%;
}
