mirror of
https://gitlab.com/upRootNutrition/obsidian.git
synced 2025-06-15 15:25:13 -05:00
18 lines
202 B
CSS
18 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;
|
||
|
}
|