fix: Prevent popup header text from wrapping to new line

This commit is contained in:
Maksim Eltyshev
2025-10-30 18:40:25 +01:00
parent 2f873dc82f
commit 232a760a3d
2 changed files with 6 additions and 3 deletions
@@ -22,10 +22,13 @@
left: 0;
line-height: 20px;
margin: 0 12px;
overflow: hidden;
padding: 12px 28px 8px;
position: absolute;
right: 0;
text-overflow: ellipsis;
top: 0;
white-space: nowrap;
}
.wrapper {