obsidian/.obsidian/plugins/obsidian-autocomplete-plugin/styles.css
2024-06-28 02:13:12 -05:00

17 lines
202 B
CSS

.no-space-wrap {
white-space: nowrap;
}
.no-border-top {
border-top: 0;
}
.no-suggestions {
text-align: center;
margin: 10pt;
color: var(--text-faint);
}
.text-left {
text-align: left;
}