#5052·plate

[Bug]: Font colour toolbar component has fragile dropdown sizing

Author: fonty422Created Jul 2, 2026Updated Sep 10, 2026
Labelsbug

Bug type

Behavior bug (incorrect output/state without crash)

Browser surface

No

Summary

Downloaded PlateJS font colour toolbar dropdown renders clipped/narrow in a standard toolbar. The colour picker uses grid-cols-[repeat(10,1fr)] without an explicit dropdown/grid width, so the palette can be horizontally clipped. Adding a fixed grid width or fixed gridTemplateColumns resolves it.

Public reproduction URL

No response

Steps to reproduce

Not sure how to replicate this as your examples don't show what I see. I've installed the default plate editor and the fixed-toolbar-kit and the colour toolbar for font colour and background colour is narrower. It might be linked to the use of variant="fullWidth" on the Editor component, but I'm not sure.

Image

Expected behavior

_Expect the width and height to fit the content

Actual behavior

Width appears to clip and half the options aren't visible

Acceptance criteria

Expect the width and height to fit the content out-of-the-box with no overflow or hidden options.

Plate / Slate / React versions

yaml
plate: 53.0.0
All plate related plugins are also 53.0.0

Operating system

alpine-20 docker container

Install method

npx shadcn@latest add @plate/editor

Framework / app setup

Vite

Affected packages or entry points

@platejs/font-colour-toolbar-button

Minimal code or config excerpt

typescript
I haven't edited the default plate code - plate editor with fixed toolbar kit.

Logs, screenshots, and evidence

bash

Impact and severity

No response

Additional information

No response