mirror of
https://github.com/zadam/trilium.git
synced 2026-02-19 20:24:28 +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