# Why Initially spotted on https://ensnode.io/docs/services/ensdb/concepts/database-schemas#registrars Not sure if it also occurs anywhere else. <img width="1891" height="968" alt="Image" src="https://github.com/user-attachments/assets/eaf9dec5-bf78-400d-92db-f23d4fbd2d8d" /> Default widths assigned to some table columns by Starlight are too small, causing text wraps, making the content much harder to read. # Goal Find a way to give custom widths to specified columns. > NOTE: Might require embedding the tables in HTML inside .mdx files. It's feasible (we've done it before), but not great in terms of DX.
Why
Initially spotted on https://ensnode.io/docs/services/ensdb/concepts/database-schemas#registrars
Not sure if it also occurs anywhere else.
Default widths assigned to some table columns by Starlight are too small, causing text wraps, making the content much harder to read.
Goal
Find a way to give custom widths to specified columns.