Qfix: one-line hot keys in the tooltip (#7446)

Signed-off-by: Alexander Platov <alexander.platov@hardcoreeng.com>
This commit is contained in:
Alexander Platov 2024-12-13 07:15:00 +03:00 committed by GitHub
parent 7b497c93c1
commit 2e8148595b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -531,6 +531,7 @@
.keys { .keys {
margin-left: 0.5rem; margin-left: 0.5rem;
display: flex; display: flex;
flex-shrink: 0;
align-items: center; align-items: center;
gap: 0.125rem; gap: 0.125rem;
} }
@ -568,10 +569,9 @@
z-index: 2; z-index: 2;
} }
span.label { &:not(:has(.key, .keys)) span.label {
width: 100%; width: 100%;
word-wrap: break-word; word-wrap: break-word;
hyphens: auto;
} }
} }
.no-arrow { .no-arrow {