mntno_obsidian-come-through/styles/modal.css
2025-12-20 20:06:57 +07:00

10 lines
283 B
CSS

.come-through-modal-content table {
border-spacing: 0;
border-style: none;
}
/* Make tables left aligned when in the control section that is styled as the description section. */
.come-through-modal-content .setting-item-control table {
white-space: nowrap;
text-align: left;
}