Reduce minimum table col width to 25px (#12269)

This commit is contained in:
Tom Moor
2026-05-05 08:40:36 -04:00
committed by GitHub
parent e7623eeade
commit 3562056d72
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -2059,7 +2059,6 @@ table {
position: relative;
padding: 4px 8px;
text-align: start;
min-width: 100px;
font-weight: normal;
border-left: 1px solid ${props.theme.divider};
border-top: 1px solid ${props.theme.divider};
+1
View File
@@ -163,6 +163,7 @@ export default class Table extends Node {
// Note: Important to register columnResizing before tableEditing
columnResizing({
View: TableView,
defaultCellMinWidth: 25,
}),
tableEditing(),
new FixTablesPlugin(),