forked from open-webui/open-webui
fix: sonner toast styling issue
This commit is contained in:
parent
9caf6c26ff
commit
a4c6a8d5a4
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ ol > li {
|
||||||
min-height: 28px;
|
min-height: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
ol > li::before {
|
.prose ol > li::before {
|
||||||
content: counters(list-number, '.') '.';
|
content: counters(list-number, '.') '.';
|
||||||
padding-right: 0.5rem;
|
padding-right: 0.5rem;
|
||||||
color: var(--tw-prose-counters);
|
color: var(--tw-prose-counters);
|
||||||
|
|
Loading…
Reference in a new issue