tooltips: Fix hotkey hints wrapping when next to longer tooltip labels.

Earlier, mostly in non-English languages, the tooltip labels would
force the tooltip hotkey hints to wrap. This commit adds the
`white-space: nowrap` property to ensure that the hotkey hint texts
are forced to be in a single line.
This commit is contained in:
Sayam Samal 2024-09-19 22:53:43 +05:30 committed by Tim Abbott
parent 86564381cf
commit 4ed27a9a5f
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@
color: hsl(225deg 100% 84%);
padding: 0 5px;
text-align: center;
white-space: nowrap;
}
.stream-privacy-type-icon {