mirror of
https://github.com/zadam/trilium.git
synced 2026-01-31 02:44:24 +01:00
feat(share-theme): set minimum width for table cells to improve readability
This commit is contained in:
parent
f63f6244a1
commit
4206bdc115
@ -80,3 +80,9 @@ body.type-webView {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* table styles */
|
||||
.ck-content table td,
|
||||
.ck-content table th {
|
||||
min-width: 120px;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user