1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix text truncation on actionSheetMenItem when scrollbar is visible

This commit is contained in:
TheMelmacian 2023-11-21 23:53:55 +01:00
parent fd26b15578
commit beb1bfd6c0

View file

@ -88,6 +88,11 @@
display: flex;
flex-direction: column;
width: 100%;
/* to prevent truncation of the displayed text when the scrollbar is visible */
.actionSheetMenuItem {
margin-right: 10px;
}
}
.actionSheetScroller-tv {