Closed TehWazzard closed 1 year ago
Hi,
not so much an issue, this a potential fix for other users where the UI does not display as a grid
the following CSS Fix seems to work for me.
.ck-character-grid__tiles { display: grid; grid-template-columns: repeat(10, 1fr); height:200px!important; overflow-y: auto; }
Hi,
not so much an issue, this a potential fix for other users where the UI does not display as a grid
the following CSS Fix seems to work for me.