/* Corrige bug do summernote lite com bootstrap */
.note-editor .dropdown-toggle::after { all: unset; }

.note-editor .note-dropdown-menu { box-sizing: content-box; }

.note-editor .note-modal-footer { box-sizing: content-box; }


/* remove audio por url */
.note-group-audio-url  {
    /* display: none; */
}
/* alinha o botão do modal do audio */
.note-audio-btn {
  float: right;
}

