mirror of
https://gitlab.com/upRootNutrition/obsidian.git
synced 2025-06-15 15:35:12 -05:00
17 lines
202 B
CSS
Executable file
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;
|
|
}
|