obsidian/.obsidian/plugins/obsidian-autocomplete-plugin/styles.css
2024-09-14 08:39:18 -05:00

17 lines
202 B
CSS
Executable file

.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;
}