Fix bookmark icons shrinking when text wraps

pull/228/head
Svilen Markov 2024-09-12 22:18:42 +07:00
parent 07fe5b3cb1
commit d5fa6424c1
1 changed files with 1 additions and 0 deletions

@ -1050,6 +1050,7 @@ details[open] .summary::after {
border-radius: var(--border-radius);
padding: 0.5rem;
opacity: 0.7;
flex-shrink: 0;
}
.bookmarks-icon {