.note-btn {
    font-size: 12px;
}

.note-editor .note-toolbar .note-color-all .note-dropdown-menu,
.note-popover .popover-content .note-color-all .note-dropdown-menu {
    min-width: 347px;
}

.note-editor .note-editing-area .note-editable table {
    border-collapse: collapse;
    width: unset;
    min-width: 120px;
}

.ql-editor .table-bordered {
    border-collapse: collapse;
    min-width: 120px;
}

.note-editor .note-editing-area .note-editable table td,
.note-editor .note-editing-area .note-editable table th {
    border: 1px solid #dddddd;
    padding: 5px 3px;
}

.ql-editor .table-bordered td,
.ql-editor .table-bordered th {
    border: 1px solid #dddddd;
    padding: 5px 3px;
}