Closed robertSt7 closed 3 days ago
Change column width doesn't work, when there are merged cells in the same column.
The column width of the blue cell isn't changeable, because there are merged cells in the row before.
.ql-editor table { table-layout: fixed; width: 100%; } width: unset; cover width: 100%;
.ql-editor table { table-layout: fixed; width: 100%; }
width: unset;
width: 100%;
@attoae Thanks a lot this solves my issue
Change column width doesn't work, when there are merged cells in the same column.
The column width of the blue cell isn't changeable, because there are merged cells in the row before.