mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-06 15:57:05 +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 {
|
.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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user