|
|
|
@ -51,15 +51,18 @@
|
|
|
|
/* @ckeditor/ckeditor5-table/theme/table.css */
|
|
|
|
/* @ckeditor/ckeditor5-table/theme/table.css */
|
|
|
|
.ck-content .table {
|
|
|
|
.ck-content .table {
|
|
|
|
margin: 0.9em auto;
|
|
|
|
margin: 0.9em auto;
|
|
|
|
display: table;
|
|
|
|
/* display: table; */
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/* @ckeditor/ckeditor5-table/theme/table.css */
|
|
|
|
/* @ckeditor/ckeditor5-table/theme/table.css */
|
|
|
|
.ck-content .table table {
|
|
|
|
.ck-content .table table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
border-collapse: collapse;
|
|
|
|
border-spacing: 0;
|
|
|
|
border-spacing: 0;
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
/* height: 100%; */
|
|
|
|
border: 1px double hsl(0, 0%, 70%);
|
|
|
|
/* border: 1px double hsl(0, 0%, 70%); */
|
|
|
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
|
|
|
overflow-x: auto;
|
|
|
|
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/* @ckeditor/ckeditor5-table/theme/table.css */
|
|
|
|
/* @ckeditor/ckeditor5-table/theme/table.css */
|
|
|
|
.ck-content .table table td,
|
|
|
|
.ck-content .table table td,
|
|
|
|
@ -542,4 +545,17 @@ margin-left: -15px;
|
|
|
|
.ck-content .page-break::after {
|
|
|
|
.ck-content .page-break::after {
|
|
|
|
display: none;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.table {
|
|
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
overflow-x: auto;
|
|
|
|
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
|
|
|
|
-ms-overflow-style: -ms-autohiding-scrollbar;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.table table {
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
}
|