suneditor
suneditor copied to clipboard
Change default behaviour of Table on Mobile screen.
On mobile columns become so small that even beautiful content looks very bad.
On Mobile Desired behaviour should be ----
- Table should have minimum column width (225px to 250px), and it should scroll inside a div.
- Not whole editor content should scroll, but only table should scroll horizontally on mobile.
- This should be default behaviour because this is the most common use case.
- Either Provide this feature as default or enclose
table
in adiv
so that we can do some experiment. Currentlytable
is not only component insidediv
but there are other components. make a specialdiv
fortable
only. - Currently suggested following solution is not working correctly... please make it default.
.sun-editor-editable table.se-table-size-auto {
min-width: 800px !important;
}