mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-29 03:21:13 +00:00
Qfix: one-line hot keys in the tooltip (#7446)
Signed-off-by: Alexander Platov <alexander.platov@hardcoreeng.com>
This commit is contained in:
parent
7b497c93c1
commit
2e8148595b
@ -531,6 +531,7 @@
|
||||
.keys {
|
||||
margin-left: 0.5rem;
|
||||
display: flex;
|
||||
flex-shrink: 0;
|
||||
align-items: center;
|
||||
gap: 0.125rem;
|
||||
}
|
||||
@ -568,10 +569,9 @@
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
span.label {
|
||||
&:not(:has(.key, .keys)) span.label {
|
||||
width: 100%;
|
||||
word-wrap: break-word;
|
||||
hyphens: auto;
|
||||
}
|
||||
}
|
||||
.no-arrow {
|
||||
|
Loading…
Reference in New Issue
Block a user