mirror of
https://github.com/outline/outline.git
synced 2026-06-13 11:25:03 +03:00
Reduce minimum table col width to 25px (#12269)
This commit is contained in:
@@ -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};
|
||||
|
||||
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user