Fix richlistitem inner element style
fix: https://github.com/zotero/zotero/pull/4339#issuecomment-2225908561
This commit is contained in:
parent
174bde7451
commit
b16bbc4a8a
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue