character grid doesn't wrap

Created on 8 December 2023, about 1 year ago

Problem/Motivation

The character grid in the dropdown does not wrap to multiple lines, because its white-space is set to nowrap.

Proposed resolution

The following code placed in my theme CSS solves the problem. I was not able to get the same result by placing it in the module CSS.

.ck .ck-character-grid .ck-character-grid__tiles {
  white-space: break-spaces;
}
πŸ› Bug report
Status

Needs review

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States BenStallings

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024