/* resources/css/summernote-responsive.css */

.summernote-content img {
    max-width: 100% !important;
    height: auto !important;
}

.summernote-content table {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto;
    display: block;
}

.summernote-content iframe,
.summernote-content video,
.summernote-content embed {
    max-width: 100% !important;
    /*height: auto !important;*/
}

.summernote-content p,
.summernote-content div {
    max-width: 100% !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* Wrapper pour les tableaux larges */
.summernote-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
