We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb88bf commit 8816699Copy full SHA for 8816699
1 file changed
src/assets/styles/main.scss
@@ -362,11 +362,6 @@ $icon-font-path: '../icon-font' !default;
362
}
363
364
.vjs-menu {
365
- .vjs-menu-content {
366
- min-width: 10em;
367
- width: auto;
368
- padding: 0.2em 0;
369
- }
370
.vjs-selected {
371
background: none;
372
color: var(--color-text);
@@ -379,6 +374,11 @@ $icon-font-path: '../icon-font' !default;
379
374
font-size: 0.9em;
380
375
padding: 0 1em;
381
376
line-height: 2em;
377
+ .vjs-menu-item-text {
378
+ overflow: hidden;
+ text-overflow: ellipsis;
+ min-width: 0;
+ }
382
383
&:has(.vjs-selected) {
384
.vjs-menu-item {
0 commit comments