Fix richlistitem inner element style

fix: https://github.com/zotero/zotero/pull/4339#issuecomment-2225908561
This commit is contained in:
windingwind 2024-07-13 23:51:56 +08:00
parent 174bde7451
commit b16bbc4a8a

View file

@ -25,7 +25,9 @@ richlistitem {
padding: 0.2em 0.4em;
}
richlistitem, richlistitem * {
richlistitem,
richlistitem > *,
richlistitem label {
// Prevent word cut-off with double-byte characters
overflow: hidden;
white-space: nowrap;