xaringan_columns icon indicating copy to clipboard operation
xaringan_columns copied to clipboard

Consider re-writing with CSS grid

Open emilyriederer opened this issue 6 years ago • 1 comments

CSS grid could help automatically resolve some of the outstanding problems showcased in the deck and go a long way towards simplifying the code here

emilyriederer avatar Jan 17 '19 12:01 emilyriederer

To keep blank cell, adding the following codes to the css file should solve the problem.

.multicolcol {
min-height: 1px;
}

For the comma issue, it seems hard to be resolved using js. Instead, users can use the unicode character , for the comma.

fyuniv avatar Dec 26 '20 22:12 fyuniv