There are 2 comments.
 
 
XWiki Platform / cid:jira-generated-image-avatar-cb154720-e6c4-477c-a6c6-7106a5911392 XWIKI-22783 Open

CKEditor toolbar paragraph format has hidden overflow

 
View issue   ยท   Add comment
 

2 comments

 
cid:jira-generated-image-avatar-4df238f3-316e-4fea-8862-2f84da73351e Charpentier Lucas on 16/Jan/25 17:14
 

The affected element is in an iframe. I didn't find a way to get my style to hit it yet unfortunately.

 
cid:jira-generated-image-avatar-4df238f3-316e-4fea-8862-2f84da73351e Charpentier Lucas on 16/Jan/25 17:15
 
The affected element is in an iframe. I didn't find a way to get my style to hit it yet unfortunately.

The solution should be similar to:
```
/* Fix the format panel entries when they overflow, which can open frequently on languages different from english. */
li.cke_panel_listItem > a {
  white-space: break-spaces;
}
```