Skip to content

Commit

Permalink
fix(SUP-45650): [Oracle] Safari playlist vertical embed bottom side s…
Browse files Browse the repository at this point in the history
…queezed (#70)

issue:
on safari browser playlist when choose side panel to be on the bottom,
the list is squeezed and not the same as in chrome

solution:
change max width css as safari support fit-content different from chrome

solved [SUP-45650](https://kaltura.atlassian.net/browse/SUP-45650)

[SUP-45650]:
https://kaltura.atlassian.net/browse/SUP-45650?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
  • Loading branch information
inbalvasserman authored Nov 24, 2024
1 parent 149dcbe commit 7afc976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/playlist-item/playlist-item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $playlist-item-metadata-height: 46px;
background-size: cover;
max-height: 100%;
img {
max-width: fit-content; // override style from kms
max-width: initial; // override style from kms
}
}
.playlistItemMetadata {
Expand Down

0 comments on commit 7afc976

Please sign in to comment.