Skip to content

Commit

Permalink
fix(media-player): ensure correct width of quality selector
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Dec 29, 2021
1 parent fff9c07 commit c07eb7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/default/scss/mediaplayer/_layout.scss
Expand Up @@ -48,6 +48,11 @@
width: 100% !important;
// sass-lint:enable no-important
box-shadow: none;


.k-dropdown {
width: auto;
}
}
.k-mediaplayer-time-wrap {
flex: 1;
Expand Down

0 comments on commit c07eb7c

Please sign in to comment.