feat(share-theme): set minimum width for table cells to improve readability

This commit is contained in:
Wael Nasreddine 2026-01-23 15:43:29 -08:00
parent f63f6244a1
commit 4206bdc115

View File

@ -80,3 +80,9 @@ body.type-webView {
}
}
}
/* table styles */
.ck-content table td,
.ck-content table th {
min-width: 120px;
}