adf-version-manager {
    .adf-version-list .adf-version-list-item:has(.adf-version-list-item-line) {
        height: auto;
        width: 100%;
        padding: 16px 0;
    }
}

.adf-version-list-item-comment.adf-version-list-item-line {
    height: 100%;
    word-break: break-all;
    white-space: unset;
    overflow: unset;
}

.adf-button.adf-upload-new-version {
    box-shadow: none;
    width: 100%;
    height: 175px;
    float: left;
    position: relative;
}

.adf-new-version-container {
    height: inherit;
    overflow: hidden;

    .adf-new-version-uploader-container {
        padding: 16px 0;
        width: 100%;
        height: 0;
        float: left;
        position: relative;
    }

    .adf-version-list.adf-version-list-element {
        width: 100%;
        float: left;
    }
}

.adf-version-list-table {
    width: 100%;

    .adf-version-manager-upload-button {
        margin-left: 20px;
    }

    adf-version-list {
        display: flex;
        height: 538px;
    }
}

.adf-version-upload-table {
    width: 100%;
}
