Skip to content

Commit

Permalink
fix(FEC-12598): Regression - in the quality dropdown there are 3 dots…
Browse files Browse the repository at this point in the history
… instead the complete word (#696)

the issue:
after change the player font to Lato, in quality dropdown is created 3 dotes when translate for Hebrew.

the solution:
remove the max-width from the dropdown style.

solves: FEC-12598
  • Loading branch information
Tzipi-kaltura committed Sep 28, 2022
1 parent 8fb280d commit e10264f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/smart-container/_smart-container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
}
.dropdown {
span:not(.badge-icon) {
max-width: 100px;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: middle;
Expand Down

0 comments on commit e10264f

Please sign in to comment.