mirror of
https://github.com/mntno/obsidian-come-through.git
synced 2026-07-22 05:47:56 +00:00
10 lines
283 B
CSS
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;
|
|
}
|