﻿.rich-text-grid-editor {
    padding: 0 1rem;
}

.rich-text-grid-editor .nav-tabs {
    position: initial;
}

.rich-text-grid-editor__header {
    padding-top: 8px; 
    margin-bottom: 0;
}

.nav-tabs > .active > a {
    background-color: #f8f8f8 !important;
}

.language-umb-editor-tabs {
    height: 30px;
}

.language-umb-editor-tabs {
    display: flex;
}

.editor {
    position: relative;
}

.umb-app-content .umb-editor {
    position: unset;
} 

@media (max-width: 767px) {
    .my-hidden {
        display: none !important;
    }
}
